Skip to content

Commit 20dce8c

Browse files
authored
Update pythonanywhere.yml
1 parent e95c1a2 commit 20dce8c

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
@@ -24,7 +24,7 @@ jobs:
2424
- name: Reload PythonAnywhere Web App
2525
run: |
2626
curl -s -X POST \
27-
"https://www.pythonanywhere.com/api/v0/user/${{ secrets.PA_USERNAME }}/webapps/${{ secrets.PA_USERNAME }}.pythonanywhere.com/reload/"
27+
"https://www.pythonanywhere.com/api/v0/user/${{ secrets.PA_USERNAME }}/webapps/akshaybhisikar99.pythonanywhere.com/reload/"
2828
-H "Authorization: Token ${{ secrets.PA_API_TOKEN }}" \
2929
3030

0 commit comments

Comments
 (0)