Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-ke committed Oct 30, 2024
1 parent e242318 commit 36035aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/alerting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
workflow_dispatch:

jobs:
notification:
alert:
runs-on: ubuntu-latest

steps:
Expand All @@ -21,7 +21,7 @@ jobs:
run: |
cd ./cmd/alert
go build
./alert --l1contract $ES_NODE_CONTRACT_ADDRESS --htmlbody ./body.html
./alert --htmlbody ./body.html
- name: Send notification email
uses: dawidd6/action-send-mail@v3
Expand Down

0 comments on commit 36035aa

Please sign in to comment.