test-action added #1
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# .github/workflows/test_action.yaml | ||
name: Test Action | ||
on: [push] | ||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
name: test | ||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Reload pythonanywhere webapp | ||
uses: ./ # Uses an action in the root directory | ||
with: | ||
HOST = www.pythonanywhere.com | ||
Check failure on line 15 in .github/workflows/test-action.yaml GitHub Actions / Test ActionInvalid workflow file
|
||
USERNAME = gondergelsin | ||
API_TOKEN = 70551989b1813e53c7e05f72547d9abd33d3f562 | ||
DOMAIN_NAME = 33084452 | ||
CONSOLE_ID = gondergelsin.pythonanywhere.com |