Skip to content

reset the step

reset the step #3

Workflow file for this run

name: Context examples
on:
push:
branches:
- main
jobs:
my_context:
runs-on: ubuntu-latest
steps:
- name: "My step"
run: echo "Hello! $MY_ACTION"
env:
MY_ACTION: ${{ github.action }}