Skip to content

Commit 1c5b6d7

Browse files
authored
Update README.md
1 parent 4d92159 commit 1c5b6d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
- name: Update code on PythonAnywhere
7272
run: |
7373
curl -s -X POST \
74-
"https://www.pythonanywhere.com/api/v0/user/${{ secrets.PA_USERNAME }}/consoles/38366532/send_input/" \
74+
"https://www.pythonanywhere.com/api/v0/user/${{ secrets.PA_USERNAME }}/consoles/${{secrets.PA_CONSOLE_NUMBER}}/send_input/" \
7575
-H "Authorization: Token ${{ secrets.PA_API_TOKEN }}" \
7676
-d '{"input": "git pull origin master\n"}' \
7777
-H "Content-Type: application/json"

0 commit comments

Comments
 (0)