Skip to content

attempt context workflow #1

attempt context workflow

attempt context workflow #1

Workflow file for this run

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