We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c6f340 commit 13e5d8bCopy full SHA for 13e5d8b
.github/workflows/daily-scheduled-ci.yml
@@ -30,6 +30,6 @@ jobs:
30
uses: arup-group/actions-city-modelling-lab/.github/workflows/slack-notify.yml@main
31
secrets: inherit
32
with:
33
- result: needs.test.result
+ result: ${{ needs.test.result }}
34
channel: pam-feeds
35
message: Daily CI action
0 commit comments