Skip to content

Commit cb04326

Browse files
committed
now?
1 parent 0478a60 commit cb04326

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/actions/post-log-to-slack/action.yml

-3
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,3 @@ outputs:
1212
runs:
1313
using: 'docker'
1414
image: 'Dockerfile'
15-
env:
16-
GITHUB_CONTEXT: ${{ toJson(github) }}
17-
VARS_CONTEXT: ${{ toJson(vars) }}

.github/workflows/post-log-to-slack.yml

+3
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,6 @@ jobs:
1717
# Use the output from the `hello` step
1818
- name: Get the output time
1919
run: echo "The time was ${{ steps.hello.outputs.time }}"
20+
env:
21+
GITHUB_CONTEXT: ${{ toJson(github) }}
22+
VARS_CONTEXT: ${{ toJson(vars) }}

0 commit comments

Comments
 (0)