Skip to content

feat: add generated workflows #1

feat: add generated workflows

feat: add generated workflows #1

Workflow file for this run

name: push
on:
push:
jobs:
foo:
name: push
runs-on: ubuntu-latest
steps:
- name: Event context info
run: |

Check failure on line 12 in .github/workflows/push.yaml

View workflow run for this annotation

GitHub Actions / push

Invalid workflow file

The workflow is not valid. .github/workflows/push.yaml (Line: 12, Col: 14): Unrecognized named-value: 'jobs'. Located at position 1 within expression: jobs
cat <<EOF
github: ${{github}}
env: ${{env}}
vars: ${{vars}}
job: ${{job}}
jobs: ${{jobs}}
steps: ${{steps}}
runner: ${{runner}}
secrets: ${{secrets}}
strategy: ${{strategy}}
matrix: ${{matrix}}
needs: ${{needs}}
inputs: ${{inputs}}