Skip to content

Commit

Permalink
Update notify_merged.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zoracon authored Jul 21, 2023
1 parent f54d2eb commit e44b83b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/notify_merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ jobs:
# https://docs.github.com/en/actions/security-guides/security-hardening-for-github-actions#using-an-intermediate-environment-variable
env:
NUMBER: ${{ github.event.number }}
PR_URL: https://github.com/${{ github.repository }}/pull/${{ github.event.number }}
PR_URL: ${{ github.event.push.commits[0].url }}
REPO: ${{ github.repository }}
USER: ${{ github.author.username }}
TITLE: ${{ github.event.push.title }}
USER: ${{ github.actor }}
TITLE: ${{ github.ref_name }}
run: |
jq --null-input \
--arg number "$NUMBER" \
Expand Down

0 comments on commit e44b83b

Please sign in to comment.