mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Fix TWLBot releases not having the commit messages
This commit is contained in:
parent
5e10ed2809
commit
0041a0fa68
2
.github/workflows/building.yml
vendored
2
.github/workflows/building.yml
vendored
@ -53,7 +53,7 @@ jobs:
|
||||
echo ::set-output name=author_name::$(git log -1 "$GITHUB_SHA" --pretty="%aN")
|
||||
echo ::set-output name=committer_name::$(git log -1 "$GITHUB_SHA" --pretty="%cN")
|
||||
echo ::set-output name=commit_subject::$(git log -1 "$GITHUB_SHA" --pretty="%s")
|
||||
echo ::set-output name=commit_message::$(git log -1 "$GITHUB_SHA" --pretty="%b")
|
||||
echo ::set-output name=commit_message::$(git log -1 "$GITHUB_SHA" --pretty="%B")
|
||||
- name: Publish build to GH Actions
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user