Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cbusillo committed Jun 10, 2024
1 parent 8b68ab4 commit 7cf90f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/briefcase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,11 @@ jobs:
run: |
git fetch --all
git fetch --tags
git checkout release
- name: Get commit messages
id: get_commit_messages
run: |
MESSAGES=$(git log --pretty=format:"- [%h](https://github.com/${{ github.repository }}/commit/%H) %s" $(git merge-base --all HEAD release)..release)
MESSAGES=$(git log --pretty=format:"- [%h](https://github.com/${{ github.repository }}/commit/%H) %s" $(git merge-base --all HEAD release)..HEAD)
MESSAGES="${MESSAGES//$'\n'/'%0A'}"
echo "MESSAGES=$MESSAGES" >> $GITHUB_OUTPUT
echo "$MESSAGES"
Expand Down

0 comments on commit 7cf90f5

Please sign in to comment.