Skip to content

Commit 43ab4e7

Browse files
authored
Update pythonanywhere.yml
1 parent cc6539c commit 43ab4e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonanywhere.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
curl -s -X POST \
1919
"https://www.pythonanywhere.com/api/v0/user/${{ secrets.PA_USERNAME }}/consoles/38366532/send_input/" \
2020
-H "Authorization: Token ${{ secrets.PA_API_TOKEN }}" \
21-
-d '{"input": "cd metro-fare-calculator && git pull origin master\n"}' \
21+
-d '{"input": "git pull origin master\n"}' \
2222
-H "Content-Type: application/json"
2323
2424

0 commit comments

Comments
 (0)