Skip to content

Commit 13e5d8b

Browse files
committed
Fix syntax for passing CI build result into the Slack notification action
1 parent 9c6f340 commit 13e5d8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/daily-scheduled-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ jobs:
3030
uses: arup-group/actions-city-modelling-lab/.github/workflows/slack-notify.yml@main
3131
secrets: inherit
3232
with:
33-
result: needs.test.result
33+
result: ${{ needs.test.result }}
3434
channel: pam-feeds
3535
message: Daily CI action

0 commit comments

Comments
 (0)