diff --git a/.github/workflows/publish-to-monorepo.yml b/.github/workflows/publish-to-monorepo.yml index 86122f1..34fff10 100644 --- a/.github/workflows/publish-to-monorepo.yml +++ b/.github/workflows/publish-to-monorepo.yml @@ -53,7 +53,7 @@ jobs: git add "$REPO_NAME/" git config --global user.email "${{ github.event.head_commit.author.email }}" git config --global user.name "${{ github.event.head_commit.author.name }}" - git commit -m "[$REPO_NAME] ${{ github.event.head_commit.message }}" -m "Mirrored from ${{ github.event.head_commit.url }}" + git commit -m "[$REPO_NAME] "'${{ github.event.head_commit.message }}' -m "Mirrored from ${{ github.event.head_commit.url }}" - name: Rewrite using lucky_commit timeout-minutes: 2