We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb04326 commit 6997fdfCopy full SHA for 6997fdf
.github/workflows/post-log-to-slack.yml
@@ -14,9 +14,10 @@ jobs:
14
uses: ./.github/actions/post-log-to-slack
15
with:
16
who-to-greet: "Mona the Octocat"
17
- # Use the output from the `hello` step
18
- - name: Get the output time
19
- run: echo "The time was ${{ steps.hello.outputs.time }}"
20
env:
21
GITHUB_CONTEXT: ${{ toJson(github) }}
22
VARS_CONTEXT: ${{ toJson(vars) }}
+
+ # Use the output from the `hello` step
+ - name: Get the output time
23
+ run: echo "The time was ${{ steps.hello.outputs.time }}"
0 commit comments