We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4fc57a commit 0669ab1Copy full SHA for 0669ab1
1 file changed
.github/workflows/context.yml
@@ -9,4 +9,5 @@ jobs:
9
- name: "My Step"
10
run: echo "Hello! $MY_ACTION"
11
env:
12
- MY_ACTION: ${{ github.action }}
+ MY_ACTION: ${{ github.action }}
13
+ MY_ACTOR: ${{ github.actor }}
0 commit comments