Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Updated SHA for 8398a7/action-slack action
Browse files Browse the repository at this point in the history
  • Loading branch information
shantanug-deriv committed May 1, 2024
1 parent 27f9e81 commit f0d3da6
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
run: echo "New beta website - https://beta.deriv.com"

- name: Slack Notification 📣
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
with:
status: ${{ job.status }}
fields: workflow,repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/corewebvitals.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- Cumulative Layout Shift: ${{ steps.results.outputs.cls }}
- name: Slack Notification 📣
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
if: ${{ failure() }}
with:
status: custom
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/production-eu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
path: sites/eu/public
retention-days: 5
- name: Slack Notification 📣
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
with:
status: ${{ job.status }}
fields: workflow,repo
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
./release.sh deriv-com ${{ github.ref_name }}
- name: Send Slack Notification on Docker Publish and Kubernetes Deployment Failure
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
with:
status: ${{ job.status }}
fields: workflow,repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/production-row.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
path: sites/row/public
retention-days: 5
- name: Slack Notification 📣
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
with:
status: ${{ job.status }}
fields: workflow,repo
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
./release.sh deriv-com ${{ github.ref_name }}
- name: Send Slack Notification on Docker Publish and Kubernetes Deployment Failure
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
with:
status: ${{ job.status }}
fields: workflow,repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-eu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
./release.sh deriv-com ${GITHUB_SHA}
- name: Slack Notification 📣
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
with:
status: ${{ job.status }}
fields: workflow,repo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging-row.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
./release.sh deriv-com ${GITHUB_SHA}
- name: Slack Notification 📣
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
with:
status: ${{ job.status }}
fields: workflow,repo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/translation-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# Upload new strings to Crowdin
crowdin upload sources -b master -T ${{ secrets.CROWDIN_API_KEY }}; crowdin upload translations -b master -T ${{ secrets.CROWDIN_API_KEY }}
- name: Slack Notification 📣
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
with:
status: custom
fields: workflow,job,commit,repo
Expand All @@ -84,7 +84,7 @@ jobs:
env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_TRANSLATION }}
- name: Slack Notification for Release Managers 📣
uses: 8398a7/action-slack@21dc5d142b92115d9c154540e48df504ad4e9cf9
uses: 8398a7/action-slack@28ba43ae48961b90635b50953d216767a6bea486
with:
status: custom
fields: workflow,job,commit,repo
Expand Down

0 comments on commit f0d3da6

Please sign in to comment.