We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3e95d3 commit e415238Copy full SHA for e415238
.github/workflows/context.yml
@@ -9,7 +9,7 @@ jobs:
9
- name: My Step
10
run:
11
echo "Action! $MY_ACTION"
12
- echo "Actor! $MY_ACTOR"'
+ echo "Actor! $MY_ACTOR"
13
env:
14
MY_ACTION: '${{ github.action }}'
15
MY_ACTOR: '${{ github.actor }}'
0 commit comments