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 082a386 commit 8b207d5Copy full SHA for 8b207d5
.github/workflows/publish.yml
@@ -64,5 +64,5 @@ jobs:
64
git config user.email ${{ github.event.head_commit.author.email }}
65
git config -l | grep 'http\..*\.extraheader' | cut -d= -f1 | xargs -L1 git config --unset-all
66
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-
+ echo "${{ github.event.head_commit.message }}" | git commit -a -F-
68
git push origin
0 commit comments