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 d618a43 commit 6ff324bCopy full SHA for 6ff324b
.github/workflows/nightly.yml
@@ -63,7 +63,7 @@ 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}"'"
+ "text": "'"Nightly workflow failed: <https://github.com/scaleway/terraform-provider-scaleway/actions/runs/${GITHUB_WORKFLOW_ID}|${FAILED_PRODUCT}>"'"
67
}
68
69
]
@@ -72,7 +72,8 @@ jobs:
72
done
73
env:
74
SLACK_WEBHOOK_NIGHTLY: ${{ secrets.SLACK_WEBHOOK_NIGHTLY }}
75
- GITHUB_WORKFLOW_ID: ${{ github.workflow }}
+ GITHUB_WORKFLOW_ID: ${{ github.run.id }}
76
+ FAILED_PRODUCT: ${{ matrix.products }}
77
78
# sweeper needs to run after nightly completed
79
# no matter what are the results of the jobs
0 commit comments