Skip to content

Commit

Permalink
add --squash to pr merge
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente Canales committed Oct 24, 2023
1 parent b3b2e09 commit 48356ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-dotorg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
git commit -m "Update Google Fonts file" --no-verify && \
git push && \
gh pr create -B trunk -H ${{ env.BRANCH_NAME }} --title "Update Google Fonts JSON data from API" --body "Created by Update Google Fonts JSON Github action" && \
gh pr merge ${{ env.BRANCH_NAME }} \
gh pr merge --squash ${{ env.BRANCH_NAME }} \
)
tag:
name: Checkout repo
Expand Down

0 comments on commit 48356ee

Please sign in to comment.