We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e415238 commit 38e58a2Copy full SHA for 38e58a2
.github/workflows/context.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: My Step
10
- run:
+ run: |
11
echo "Action! $MY_ACTION"
12
echo "Actor! $MY_ACTOR"
13
env:
0 commit comments