Skip to content

Commit

Permalink
fix(file): missing the .py file extension
Browse files Browse the repository at this point in the history
time for sleep
  • Loading branch information
Justin Barnowski authored and jbarno committed May 3, 2022
1 parent 48e2647 commit 85d8e99
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/refresh-secret.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,4 @@ jobs:
- name: Install pylab
run: poetry install
- name: Refresh the token
working-directory: ../pylab
run: poetry run python refresh A_DUMMY_TOKEN
run: poetry run python refresh.py SHIRLYWHIRLMD

0 comments on commit 85d8e99

Please sign in to comment.