Skip to content

Commit e3b7748

Browse files
committed
Fix
1 parent f0efa34 commit e3b7748

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-staging-network.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
149149
run: |
150150
if [ -n "${SLACK_BOT_TOKEN}" ]; then
151-
read -r -d '' data <<EOF
151+
read -r -d '' data <<EOF || true
152152
{
153153
"channel": "#alerts-${{ inputs.network }}",
154154
"text": "Deploy Staging Network workflow FAILED for *${{ inputs.network }}* (version ${{ inputs.semver }}): <https://github.com/${{ github.repository }}/actions/runs/${{ github.run_id }}|View Run>"

0 commit comments

Comments
 (0)