Skip to content

Commit 8b207d5

Browse files
committed
Fix commit message used for publication
Signed-off-by: Pierre-Charles David <[email protected]>
1 parent 082a386 commit 8b207d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ jobs:
6464
git config user.email ${{ github.event.head_commit.author.email }}
6565
git config -l | grep 'http\..*\.extraheader' | cut -d= -f1 | xargs -L1 git config --unset-all
6666
git remote set-url origin https://x-access-token:${{ secrets.GH_ACTION_TOKEN }}@github.com/${{ env.WEBSITE_CONTENT_REPO }}
67-
echo "${{ github.event.head_commit.message }}" | git commit -am -F-
67+
echo "${{ github.event.head_commit.message }}" | git commit -a -F-
6868
git push origin

0 commit comments

Comments
 (0)