Skip to content

Commit

Permalink
Update repo-notification.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
harborlighttech authored Nov 3, 2024
1 parent 1af140c commit 22e802a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/repo-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,12 @@ jobs:
A new ${{ github.event_name == 'release' && 'release' || 'tag' }} has been created in the repository ${{ github.repository }}
${{ github.event_name == 'release' && format('Release name: {0}', github.event.release.name) || format('Tag: {0}', github.ref_name) }}
View it here: ${{ github.event_name == 'release' && github.event.release.html_url || github.event.ref }}
https://ufokn.github.io/rt-flood-forecast-demo/index.html
Release notes: ${{ github.event.release.body }}
Created by: ${{ github.actor }}
from: ${{ secrets.FROM_EMAIL }}
to: ${{ secrets.TO_EMAIL }}
Expand Down

0 comments on commit 22e802a

Please sign in to comment.