Skip to content

test-action added

test-action added #1

Workflow file for this run

# .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

View workflow run for this annotation

GitHub Actions / Test Action

Invalid workflow file

The workflow is not valid. .github/workflows/test-action.yaml (Line: 15, Col: 11): Unexpected value 'HOST = www.pythonanywhere.com USERNAME = gondergelsin API_TOKEN = 70551989b1813e53c7e05f72547d9abd33d3f562 DOMAIN_NAME = 33084452 CONSOLE_ID = gondergelsin.pythonanywhere.com'
USERNAME = gondergelsin
API_TOKEN = 70551989b1813e53c7e05f72547d9abd33d3f562
DOMAIN_NAME = 33084452
CONSOLE_ID = gondergelsin.pythonanywhere.com