Skip to content

Commit

Permalink
${{ github.event.pull_request.commits_url }}
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Aug 23, 2023
1 parent 689b024 commit ccba257
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/open-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ jobs:
git log --format=%B -n 1 HEAD | head -n 1
git log -1 --no-merges --pretty=%B
echo ${{ github.event.head_commit.message }}
curl -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" "${{ github.event.pull_request.commits_url }}?per_page=100" | jq -r .[-1].commit.message

0 comments on commit ccba257

Please sign in to comment.