Skip to content

Commit

Permalink
fix: modify workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
leejin-rho authored Oct 29, 2024
1 parent 265f5a9 commit f2c7c71
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/sync-to-backend-repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
if [[ "${{ github.event.pull_request.merged }}" == 'true' ]]; then
git commit --amend --no-edit --author="${{ github.event.pull_request.user.login }} <${{ github.event.pull_request.user.login }}@users.noreply.github.com>"
git push origin main --force
echo "Git user.name: $(git config user.name)"
fi
# Commit with PR Title as Message
Expand Down

0 comments on commit f2c7c71

Please sign in to comment.