Skip to content

Commit

Permalink
Fixup nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
brim-borium committed Nov 1, 2023
1 parent b7aa5b1 commit 8056636
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/nightly_flutter_version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ name: Check Flutter Version

on:
schedule:
- cron: '0 0 * * *'
- cron: "0 0 * * *"

jobs:
check-flutter-version:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Checkout Repo
uses: actions/checkout@v3

- name: Get latest stable Flutter version
id: flutter-version
uses: subosito/flutter-action@v2
with:
channel: 'stable'
channel: "stable"

- name: Get latest tag
id: latest-tag
Expand Down

0 comments on commit 8056636

Please sign in to comment.