Skip to content

Commit

Permalink
fix(publish-to-monorepo): code expanding
Browse files Browse the repository at this point in the history
  • Loading branch information
SIMULATAN committed Nov 13, 2024
1 parent fcca6c1 commit 273f5c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-to-monorepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 273f5c2

Please sign in to comment.