Skip to content

Commit

Permalink
commit test
Browse files Browse the repository at this point in the history
  • Loading branch information
mathieu-benoit authored Aug 23, 2023
1 parent ccba257 commit 0f4c952
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/open-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ 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
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 0f4c952

Please sign in to comment.