Skip to content

Commit

Permalink
should print the vars
Browse files Browse the repository at this point in the history
  • Loading branch information
omenking authored Apr 30, 2024
1 parent 77c7a66 commit cfa731d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/context.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: "My Step"
run: echo "Hello! $MY_ACTION"
run: |
echo "Action! $MY_ACTION"
echo "Actor! $MY_ACTOR"
env:
MY_ACTION: ${{ github.action }}
MY_ACOTR: ${{ github.actor }}

0 comments on commit cfa731d

Please sign in to comment.