Skip to content

attempt

attempt #2

Workflow file for this run

name : Context Examples
on: ['push']
jobs:
my-Context:
runs-on: ubuntu-latest
steps:
- name: "My step"
run: echo "Hello. $MY_ACTION"
env:
MY_ACTION: ${{ github.action }}