We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f062306 commit d0b65e7Copy full SHA for d0b65e7
.github/workflows/main.yml
@@ -33,7 +33,7 @@ jobs:
33
34
- name: Get commit message
35
run: |
36
- commit_message=$(git log -1 --pretty=format:"# [%an %ad] # %s %b")
+ $commit_message = & git log -1 --pretty=format:"# [%an %ad] # %s %b"
37
echo "Commit message: $commit_message"
38
39
- name: Build wails
0 commit comments