Skip to content

Commit 6997fdf

Browse files
committedNov 22, 2024·
move env
1 parent cb04326 commit 6997fdf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed
 

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,10 @@ jobs:
1414
uses: ./.github/actions/post-log-to-slack
1515
with:
1616
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 }}"
2017
env:
2118
GITHUB_CONTEXT: ${{ toJson(github) }}
2219
VARS_CONTEXT: ${{ toJson(vars) }}
20+
21+
# Use the output from the `hello` step
22+
- name: Get the output time
23+
run: echo "The time was ${{ steps.hello.outputs.time }}"

0 commit comments

Comments
 (0)
Please sign in to comment.