mirror of
https://github.com/RWejlgaard/org.git
synced 2026-05-06 04:34:45 +00:00
parent
23c7095477
commit
aaa0ad0f55
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -30,7 +30,7 @@ jobs:
|
|||
- name: Get commit message
|
||||
id: get_commit_message
|
||||
run: |
|
||||
COMMIT_MSG=$(git log -1 --pretty=%B)
|
||||
COMMIT_MSG=$(git log -1 --pretty=%s)
|
||||
echo "commit_message=${COMMIT_MSG}" >> $GITHUB_OUTPUT
|
||||
echo "Commit message: ${COMMIT_MSG}"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue