Skip to content

Commit

Permalink
Fix for verify git workflow (--disable-analytics)
Browse files Browse the repository at this point in the history
  • Loading branch information
tnsoftbear committed Nov 17, 2023
1 parent 931716f commit e54354a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: 'stable' # or: 'beta', 'dev' or 'master'
- run: flutter --disable-telemetry && flutter --version
- run: flutter --disable-analytics && flutter --version
- run: flutter doctor -v
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit e54354a

Please sign in to comment.