Skip to content

Commit

Permalink
action.yml added
Browse files Browse the repository at this point in the history
  • Loading branch information
umuttopalak committed Mar 29, 2024
1 parent daebce3 commit ab3ce75
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: 'Reload pythonanywhere webapp'
description: 'GitHub action to reload a webapp on pythonanywhere'
inputs:
HOST:
description: 'Pythonanywhere host (EU/US), can be either eu.pythonanywhere.com or www.pythonanywhere.com (default)'
default: 'www.pythonanyhwere.com'
USERNAME:
description: 'Username for pythonanywhere'
required: true
API_TOKEN:
description: 'API token for pythonanywhere'
required: true
DOMAIN_NAME:
description: 'Domain name of the webapp to reload'
required: true
CONSOLE_ID:
description: 'Console id of the webapp created from'
required: true
runs:
using: 'python3.10'
main: 'main.py'

0 comments on commit ab3ce75

Please sign in to comment.