We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c7af97d commit 97d27afCopy full SHA for 97d27af
.github/workflows/dev-ci-cd.yml
@@ -79,7 +79,7 @@ jobs:
79
./deploy.sh
80
81
- name: Send Discord notification on success
82
- uses: tsickert/discord-webhook@b217a69
+ uses: tsickert/discord-webhook@b217a69502f52803de774ded2b1ab7c282e99645
83
if: success()
84
continue-on-error: true
85
with:
@@ -93,7 +93,7 @@ jobs:
93
embed-color: 65280
94
95
- name: Send Discord notification on failure
96
97
if: failure()
98
99
0 commit comments