Skip to content

Commit

Permalink
Testing commit message 06-27 3:10pm
Browse files Browse the repository at this point in the history
  • Loading branch information
zondervancalvez committed Jun 27, 2024
1 parent 51d0bb0 commit 6d4a241
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
commits=$(curl -s -H "Authorization: token ${{ secrets.GITHUB_TOKEN }}" \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/repos/$repo_full_name/commits?sha=$branch_name)
commit_messages=$(echo "$commits" | jq -r '.[].commit.message')
commit_messages=$(echo "$commits" | jq -r '.[0].commit.message')
echo "$commit_messages" > branch_commit_messages.txt
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 6d4a241

Please sign in to comment.