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 f0efa34 commit e3b7748Copy full SHA for e3b7748
.github/workflows/deploy-staging-network.yml
@@ -148,7 +148,7 @@ jobs:
148
SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }}
149
run: |
150
if [ -n "${SLACK_BOT_TOKEN}" ]; then
151
- read -r -d '' data <<EOF
+ read -r -d '' data <<EOF || true
152
{
153
"channel": "#alerts-${{ inputs.network }}",
154
"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