Upgrade version of someimportantcompany/github-actions-slack-message (#49305)
This commit is contained in:
2
.github/actions/slack-alert/action.yml
vendored
2
.github/actions/slack-alert/action.yml
vendored
@@ -13,7 +13,7 @@ runs:
|
|||||||
using: composite
|
using: composite
|
||||||
steps:
|
steps:
|
||||||
- name: Send Slack notification if workflow fails
|
- name: Send Slack notification if workflow fails
|
||||||
uses: someimportantcompany/github-actions-slack-message@1d367080235edfa53df415bd8e0bbab480f29bad
|
uses: someimportantcompany/github-actions-slack-message@a975b440de2bcef178d451cc70d4c1161b5a30cd
|
||||||
with:
|
with:
|
||||||
channel: ${{ inputs.slack_channel_id }}
|
channel: ${{ inputs.slack_channel_id }}
|
||||||
bot-token: ${{ inputs.slack_token }}
|
bot-token: ${{ inputs.slack_token }}
|
||||||
|
|||||||
@@ -75,7 +75,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Send Slack notification if a GitHub employee who isn't on the docs team opens an issue in public
|
- name: Send Slack notification if a GitHub employee who isn't on the docs team opens an issue in public
|
||||||
if: ${{ steps.membership_check.outputs.did_warn && github.repository == 'github/docs' }}
|
if: ${{ steps.membership_check.outputs.did_warn && github.repository == 'github/docs' }}
|
||||||
uses: someimportantcompany/github-actions-slack-message@1d367080235edfa53df415bd8e0bbab480f29bad
|
uses: someimportantcompany/github-actions-slack-message@a975b440de2bcef178d451cc70d4c1161b5a30cd
|
||||||
with:
|
with:
|
||||||
channel: ${{ secrets.DOCS_OPEN_SOURCE_SLACK_CHANNEL_ID }}
|
channel: ${{ secrets.DOCS_OPEN_SOURCE_SLACK_CHANNEL_ID }}
|
||||||
bot-token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
|
bot-token: ${{ secrets.SLACK_DOCS_BOT_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user