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 20, 2023
1 parent 92874e8 commit f54d2eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notify_merged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ jobs:
NUMBER: ${{ github.event.number }}
PR_URL: https://github.com/${{ github.repository }}/pull/${{ github.event.number }}
REPO: ${{ github.repository }}
USER: ${{ github.actor }}
TITLE: ${{ github.event.pull_request.title }}
USER: ${{ github.author.username }}
TITLE: ${{ github.event.push.title }}
run: |
jq --null-input \
--arg number "$NUMBER" \
Expand Down

0 comments on commit f54d2eb

Please sign in to comment.