We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c5cbdc commit 5d23e46Copy full SHA for 5d23e46
.github/workflows/nightly.yml
@@ -63,16 +63,14 @@ jobs:
63
"type": "section",
64
"text": {
65
"type": "mrkdwn",
66
- "text": "'"Nightly workflow failed: <https://github.com/scaleway/terraform-provider-scaleway/actions/runs/${GITHUB_WORKFLOW_ID}|${FAILED_PRODUCT}>"'"
+ "text": "'"Nightly workflow failed: <https://github.com/scaleway/terraform-provider-scaleway/actions/runs/${GITHUB_RUN_ID}|${FAILED_PRODUCT}>"'"
67
}
68
69
]
70
}' \
71
${SLACK_WEBHOOK_NIGHTLY};
72
- done
73
env:
74
SLACK_WEBHOOK_NIGHTLY: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
75
- GITHUB_WORKFLOW_ID: ${{ github.run.id }}
76
FAILED_PRODUCT: ${{ matrix.products }}
77
78
# sweeper needs to run after nightly completed
0 commit comments