We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0478a60 commit cb04326Copy full SHA for cb04326
.github/actions/post-log-to-slack/action.yml
@@ -12,6 +12,3 @@ outputs:
12
runs:
13
using: 'docker'
14
image: 'Dockerfile'
15
- env:
16
- GITHUB_CONTEXT: ${{ toJson(github) }}
17
- VARS_CONTEXT: ${{ toJson(vars) }}
.github/workflows/post-log-to-slack.yml
@@ -17,3 +17,6 @@ jobs:
# 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) }}
0 commit comments