Skip to content

Commit e24a3b8

Browse files
authored
Update pythonanywhere.yml
1 parent dc0dcf6 commit e24a3b8

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
@@ -13,7 +13,7 @@ jobs:
1313
- name: Send Bash Command to PythonAnywhere
1414
run: |
1515
curl -s -X GET \
16-
"https://www.pythonanywhere.com/api/v0/user/${{ secrets.PA_USERNAME }}/consoles/" \
16+
"https://www.pythonanywhere.com/api/v0/user/${{ secrets.PA_USERNAME }}/webapps/" \
1717
-H "Authorization: Token ${{ secrets.PA_API_TOKEN }}" \
1818
-H "Content-Type: application/json"
1919

0 commit comments

Comments
 (0)