Skip to content

Commit

Permalink
chore: synced local '.github/workflows/s3-backup.yml' with remote 'to…
Browse files Browse the repository at this point in the history
…ols/sre_file_sync/s3-backup.yml'
  • Loading branch information
sre-read-write[bot] authored Jan 12, 2025
1 parent 32efdc7 commit fc27a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/s3-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
- name: Notify Slack channel if this job failed
if: ${{ failure() }}
run: |
json='{"text":"S3 backup failed in <https://github.com/'${{ github.repository }}'>!"}'
json='{"text":"S3 backup failed in <https://github.com/${{ github.repository }}>!"}'
curl -X POST -H 'Content-type: application/json' --data "$json" ${{ secrets.SLACK_NOTIFY_WEBHOOK }}

0 comments on commit fc27a26

Please sign in to comment.