Skip to content

Commit

Permalink
fix(deps): update reside-eng/workflow-status-notification-action acti…
Browse files Browse the repository at this point in the history
…on to v1.3.6 (#95)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2025
1 parent 9a9fc0e commit 4f94ca0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:

- uses: technote-space/workflow-conclusion-action@v3.0.3

- uses: reside-eng/workflow-status-notification-action@v1.3.5
- uses: reside-eng/workflow-status-notification-action@v1.3.6
with:
current-status: ${{ env.WORKFLOW_CONCLUSION }}
slack-webhook: ${{ secrets.SLACK_WEBHOOK_PLATFORM_PROD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ jobs:

- uses: technote-space/workflow-conclusion-action@v3.0.3

- uses: reside-eng/workflow-status-notification-action@v1.3.5
- uses: reside-eng/workflow-status-notification-action@v1.3.6
with:
current-status: ${{ env.WORKFLOW_CONCLUSION }}
slack-webhook: ${{ secrets[ inputs.SLACK_NOTIFICATION_SECRET ] }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify_library.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ jobs:

- uses: technote-space/workflow-conclusion-action@v3.0.3

- uses: reside-eng/workflow-status-notification-action@v1.3.5
- uses: reside-eng/workflow-status-notification-action@v1.3.6
with:
current-status: ${{ env.WORKFLOW_CONCLUSION }}
slack-webhook: ${{ secrets[ inputs.SLACK_NOTIFICATION_SECRET ] }}
Expand Down

0 comments on commit 4f94ca0

Please sign in to comment.