Skip to content

Commit a2ccbee

Browse files
committed
Revert "temporary Slack undo"
This reverts commit f558348.
1 parent ccbcc2c commit a2ccbee

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/feature-flag-drift-slack-noti/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
} >> "$GITHUB_OUTPUT"
6565
6666
- name: Send Slack notification
67-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
67+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
6868
with:
6969
webhook: ${{ inputs.slack-webhook }}
7070
webhook-type: incoming-webhook

.github/workflows/post-relay-subsidy-balance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
} >> "$GITHUB_OUTPUT"
4848
4949
- name: Send Slack notification
50-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
50+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
5151
with:
5252
webhook: '${{ secrets.SLACK_RELAY_SUBSIDY_BALANCE_TRACKER_WEBHOOK_URL }}'
5353
webhook-type: incoming-webhook

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "FINAL_TEXT=$FINAL_TEXT" >> "$GITHUB_OUTPUT"
4848
- name: Post to a Slack channel
4949
if: inputs.slack-subteam != ''
50-
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a
50+
uses: slackapi/slack-github-action@af78098f536edbc4de71162a307590698245be95
5151
with:
5252
payload: |
5353
{

0 commit comments

Comments
 (0)