Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
umuttopalak committed Mar 29, 2024
1 parent 922b389 commit 4c8d3fb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/test-action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- name: Reload pythonanywhere webapp
uses: ./ # Uses an action in the root directory
with:
HOST = www.pythonanywhere.com
USERNAME = gondergelsin
API_TOKEN = 70551989b1813e53c7e05f72547d9abd33d3f562
DOMAIN_NAME = 33084452
CONSOLE_ID = gondergelsin.pythonanywhere.com
HOST : www.pythonanywhere.com
USERNAME : gondergelsin
API_TOKEN : 70551989b1813e53c7e05f72547d9abd33d3f562
DOMAIN_NAME : 33084452
CONSOLE_ID : gondergelsin.pythonanywhere.com

0 comments on commit 4c8d3fb

Please sign in to comment.