Skip to content

Commit

Permalink
Update production-db-backup.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qwqw-333 authored Nov 27, 2024
1 parent 94ff569 commit 4ad5cc6
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .github/workflows/production-db-backup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,5 @@ jobs:
- name: Create Issue on Failure
if: ${{ failure() }}
uses: JasonEtco/create-an-issue@v2
with:
title: "Backup Workflow Failed"
body: |
The backup workflow failed. Please check the logs for details.
- **Workflow**: ${{ github.workflow }}
- **Job**: ${{ github.job }}
- **Run ID**: ${{ github.run_id }}
- **Run Number**: ${{ github.run_number }}
- **Branch**: ${{ github.ref }}
labels: |
backup-failure
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4ad5cc6

Please sign in to comment.