Skip to content

Workflow file for this run

name: Context examples
on:
push:
branches:
- main
jobs:
my_context:
run-on: ubuntu-latest
steps:

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

View workflow run for this annotation

GitHub Actions / .github/workflows/context.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
env:
MY_ACTION: ${{ github.action }}
- name: "My step"
run: echo "Hello! $MY_ACTION"