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 72d113a commit b61ee1bCopy full SHA for b61ee1b
.github/workflows/build-image.yml
@@ -140,7 +140,7 @@ jobs:
140
141
- name: Notify on newly built image
142
if: ${{ inputs.push_image }}
143
- uses: slackapi/slack-github-action@v1.18.0
+ uses: slackapi/slack-github-action@v2.1.1
144
env:
145
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
146
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
.github/workflows/build-pixi-image.yml
@@ -136,7 +136,7 @@ jobs:
136
137
138
139
0 commit comments