Skip to content

Manual

Manual #8

Workflow file for this run

name: Context Examples

Check failure on line 1 in .github/workflows/context.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/context.yml

Invalid workflow file

Invalid `steps` value - steps should be list of `uses` or `run` items
on:
- push
jobs:
my-context:
runs-on: ubuntu-latest
steps:
-name: My Step
run: echo "Action! $MY_ACTION" echo "Actor! $MY_ACTOR"
env:
MY_ACTION: ${{ github.action }}
MY_ACTOR: ${{ github.actor }