We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ee98d commit 8594998Copy full SHA for 8594998
1 file changed
.github/workflows/test.yml
@@ -10,6 +10,10 @@ jobs:
10
test:
11
runs-on: ubuntu-latest
12
steps:
13
+ - name: Dump steps context
14
+ env:
15
+ STEPS_CONTEXT: ${{ toJson(steps) }}
16
+ run: echo "$STEPS_CONTEXT"
17
- id: test
18
run: echo "::set-output name=foo::bar"
19
- name: Dump steps context
0 commit comments