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 97da5d3 commit e93f6aeCopy full SHA for e93f6ae
.github/workflows/notifications.yml
@@ -42,7 +42,7 @@ jobs:
42
}
43
44
- name: Send Notification
45
- uses: 8398a7/action-slack@bdc6f9de222d3b7518e6cf99c4f3410f653cfde3 # v3.15.0
+ uses: 8398a7/action-slack@fbd6aa58ba854a740e11a35d0df80cb5d12101d8 # v3.15.1
46
with:
47
status: custom
48
custom_payload: |
.github/workflows/updates-notification.yml
@@ -36,7 +36,7 @@ jobs:
36
echo "date=$(date +%s)" >> $GITHUB_OUTPUT
37
echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
38
39
40
41
0 commit comments