Skip to content

Commit

Permalink
fix build name
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoom-Developer committed Nov 3, 2024
1 parent 571b5f5 commit 6eace45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
env:
TG_TOKEN: ${{ secrets.TG_TOKEN }}
TG_CHAT_ID: ${{ vars.TG_CHAT_ID }}
BUILD_NAME: ${{ github.event_name }}
BUILD_NAME: ${{ github.action }}
run: python3 ./utils/send_result.py success

fail-report:
Expand All @@ -84,5 +84,5 @@ jobs:
env:
TG_TOKEN: ${{ secrets.TG_TOKEN }}
TG_CHAT_ID: ${{ vars.TG_CHAT_ID }}
BUILD_NAME: ${{ github.event_name }}
BUILD_NAME: ${{ github.action }}
run: python3 ./utils/send_result.py fail

0 comments on commit 6eace45

Please sign in to comment.