mirror of
https://github.com/RWejlgaard/org.git
synced 2026-05-06 04:34:45 +00:00
fix: fixing pipeline
This commit is contained in:
parent
23c7095477
commit
71af6e7724
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
|
- name: Get commit message
|
||||||
id: get_commit_message
|
id: get_commit_message
|
||||||
run: |
|
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}" >> $GITHUB_OUTPUT
|
||||||
echo "Commit message: ${COMMIT_MSG}"
|
echo "Commit message: ${COMMIT_MSG}"
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue