Skip to content

Create greetings.yml #11

Create greetings.yml

Create greetings.yml #11

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
env:
MY_ACTION: ${{ github.action }}
- name: "My step"
run: echo "Hello. $MY_ACTION"