Skip to content

Commit

Permalink
change parameter order
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefan committed Aug 26, 2021
1 parent 06a0986 commit 1853ff9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
env:
LOGIN_TOKEN: ${{ secrets.LOGIN_TOKEN }}
run: |
python ./kicktippbb.py --dry-run --use-login-token "$LOGIN_TOKEN"
python ./kicktippbb.py --use-login-token "$LOGIN_TOKEN" --dry-run

0 comments on commit 1853ff9

Please sign in to comment.