Skip to content

Commit

Permalink
Attempt to resolve GitHub Actions issue retrieving commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
tristiisch committed Nov 14, 2023
1 parent f500777 commit ab5723a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ jobs:
id: get_commit_messages
run: |
COMMIT_MESSAGES=$(git log --pretty=format:"* %s" ${{ github.event.before }}..${{ github.sha }})
echo "commit_messages=${COMMIT_MESSAGES}" >> $GITHUB_OUTPUT
echo "commit_messages=\"${COMMIT_MESSAGES}\"" >> $GITHUB_OUTPUT
- name: Get last release tag
if: steps.docker_tag.outputs.tag == 'latest'
Expand Down

0 comments on commit ab5723a

Please sign in to comment.