Skip to content

Commit

Permalink
Update pr-notifier.yml
Browse files Browse the repository at this point in the history
Improve link

Signed-off-by: Sebastien Vermeille <[email protected]>
  • Loading branch information
sebastienvermeille authored Nov 14, 2023
1 parent 31f323c commit c977e80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-notifier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
DISCORD_WEBHOOK: ${{ secrets.DISCORD_PR_SEEKER_WEBHOOK }}
uses: Ilshidur/action-discord@master
with:
args: 'A new PR has been opened for {{ EVENT_PAYLOAD.repository.full_name }}: {{ EVENT_PAYLOAD.pull_request.url }}'
args: 'A new PR has been opened: https://github.com/sebastienvermeille/rika2mqtt/pull/{{ EVENT_PAYLOAD.pull_request.id }}'

0 comments on commit c977e80

Please sign in to comment.