@@ -109,7 +109,7 @@ jobs:
109109 - name : Send health notification to Slack (iOS)
110110 id : slack-sentry-ios
111111 if : steps.construct-json-firefox-ios.outputs.has_data == 'true'
112- uses :
slackapi/[email protected] .1 112+ uses :
slackapi/[email protected] .2 113113 with :
114114 payload-file-path : " ./sentry-slack-firefox-ios.json"
115115 payload-templated : true
@@ -130,7 +130,7 @@ jobs:
130130 - name : Send health notification to Slack (Android)
131131 id : slack-sentry-fenix
132132 if : steps.construct-json-fenix.outputs.has_data == 'true'
133- uses :
slackapi/[email protected] .1 133+ uses :
slackapi/[email protected] .2 134134 with :
135135 payload-file-path : " ./sentry-slack-fenix.json"
136136 payload-templated : true
@@ -150,15 +150,15 @@ jobs:
150150 - name : Send health notification to Slack (Android Beta)
151151 id : slack-sentry-fenix-beta
152152 if : steps.construct-json-fenix-beta.outputs.has_data == 'true'
153- uses :
slackapi/[email protected] .1 153+ uses :
slackapi/[email protected] .2 154154 with :
155155 payload-file-path : " ./sentry-slack-fenix-beta.json"
156156 payload-templated : true
157157 webhook : ${{ secrets.SLACK_WEBHOOK_PRODUCT_HEALTH }}
158158 webhook-type : incoming-webhook
159159 - name : Notify Slack on any type of failure
160160 if : failure()
161- uses :
slackapi/[email protected] .1 161+ uses :
slackapi/[email protected] .2 162162 with :
163163 payload : |
164164 {
@@ -199,7 +199,7 @@ jobs:
199199 run : echo "JOB_LOG_URL=https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}" >> $GITHUB_ENV
200200
201201 - name : Send workflow status to Slack
202- uses :
slackapi/[email protected] .1 202+ uses :
slackapi/[email protected] .2 203203 env :
204204 WORKFLOW_NAME : ${{ github.workflow }}
205205 BRANCH : ${{ github.head_ref || github.ref_name }}
0 commit comments