Skip to content

Commit a5e0449

Browse files
chore(deps): update sarisia/actions-status-discord action to v1.15.4 (#6)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent fbf0e27 commit a5e0449

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ jobs:
760760
DISCORD_WEBHOOK: ${{ inputs.webhook-url }}
761761

762762
- name: Send Discord notification
763-
uses: sarisia/actions-status-discord@5ddd3b114a98457dd80a39b2f00b6a998cd69008 # v1.15.3
763+
uses: sarisia/actions-status-discord@11a0bfe3b50977e38aa2bd4a4ebd296415e83c19 # v1.15.4
764764
with:
765765
webhook: ${{ steps.op-load-discord.outputs.DISCORD_WEBHOOK }}
766766
status: ${{ needs.deploy.outputs.deployment_needed != 'true' && 'success' || needs.deploy.outputs.deploy_status == 'success' && needs.deploy.outputs.health_status == 'success' && 'success' || 'failure' }}

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
DISCORD_WEBHOOK: ${{ inputs.webhook-url }}
148148

149149
- name: Send Discord notification
150-
uses: sarisia/actions-status-discord@5ddd3b114a98457dd80a39b2f00b6a998cd69008 # v1.15.3
150+
uses: sarisia/actions-status-discord@11a0bfe3b50977e38aa2bd4a4ebd296415e83c19 # v1.15.4
151151
if: ${{ needs.lint-summary.result == 'failure' || (needs.lint-summary.result == 'success' && github.event_name != 'pull_request') }}
152152
with:
153153
webhook: ${{ steps.op-load-discord.outputs.DISCORD_WEBHOOK }}

0 commit comments

Comments
 (0)