Skip to content

Create greetings.yml #10

Create greetings.yml

Create greetings.yml #10

Workflow file for this run

name: "Context Examples"
on: ['push']
jobs:
my-context:
runs-on: ubuntu-latest
steps:

Check failure on line 8 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 8
- name: "My Step"
run: echo "Hello! $MY_ACTION"
env:
MY_ACTION: ${{github.action}}