Skip to content

add extra fields

add extra fields #6

Workflow file for this run

name: hello-world
on: push
checksum: test

Check failure on line 3 in .github/workflows/test-actions.yml

View workflow run for this annotation

GitHub Actions / hello-world

Invalid workflow file

The workflow is not valid. .github/workflows/test-actions.yml (Line: 3, Col: 1): Unexpected value 'checksum'
jobs:
github-hosted:
runs-on: ubuntu-latest
steps:
- name: my-step
run: echo "Hello World from Github!"
self-hosted:
runs-on: self-hosted
container:
image: debian:latest
steps:
- name: my-step
run: echo "Hello World from self hosted!"
- run: ls
- run: pwd