mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-10 03:13:23 +00:00
Update SLACK_CHANNEL_HOOK secret (#56)
This commit is contained in:
committed by
GitHub
parent
7b3aff2ad5
commit
2c15878a9d
4
.github/workflows/get-tools-new-versions.yml
vendored
4
.github/workflows/get-tools-new-versions.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
|||||||
name: Send Slack notification
|
name: Send Slack notification
|
||||||
if: steps.get-new-tool-versions.outputs.versions-output != ''
|
if: steps.get-new-tool-versions.outputs.versions-output != ''
|
||||||
with:
|
with:
|
||||||
url: ${{ secrets.SLACK_CHANNEL_URL }}
|
url: ${{ secrets.SLACK_CHANNEL_HOOK }}
|
||||||
tool-name: '${{ matrix.tool.name }}'
|
tool-name: '${{ matrix.tool.name }}'
|
||||||
tool-version: ${{ steps.get-new-tool-versions.outputs.versions-output }}
|
tool-version: ${{ steps.get-new-tool-versions.outputs.versions-output }}
|
||||||
image-url: '${{ matrix.tool.image }}'
|
image-url: '${{ matrix.tool.image }}'
|
||||||
@@ -83,7 +83,7 @@ jobs:
|
|||||||
- uses: ./.github/actions/send-slack-notification
|
- uses: ./.github/actions/send-slack-notification
|
||||||
name: Send Slack notification about failure
|
name: Send Slack notification about failure
|
||||||
with:
|
with:
|
||||||
url: ${{ secrets.SLACK_CHANNEL_URL }}
|
url: ${{ secrets.SLACK_CHANNEL_HOOK }}
|
||||||
tool-name: 'Tool name'
|
tool-name: 'Tool name'
|
||||||
pipeline-url: '$env:GITHUB_SERVER_URL/$env:GITHUB_REPOSITORY/actions/runs/$env:GITHUB_RUN_ID'
|
pipeline-url: '$env:GITHUB_SERVER_URL/$env:GITHUB_REPOSITORY/actions/runs/$env:GITHUB_RUN_ID'
|
||||||
text: "Missing toolset tool versions checker pipeline has failed jobs:/n/t${{ steps.get-failed-jobs.outputs.failed-jobs }}"
|
text: "Missing toolset tool versions checker pipeline has failed jobs:/n/t${{ steps.get-failed-jobs.outputs.failed-jobs }}"
|
||||||
Reference in New Issue
Block a user