diff --git a/.github/workflows/deploy-to-dotorg.yml b/.github/workflows/deploy-to-dotorg.yml index f88ece0a..ad08e63f 100644 --- a/.github/workflows/deploy-to-dotorg.yml +++ b/.github/workflows/deploy-to-dotorg.yml @@ -49,7 +49,7 @@ jobs: git checkout -b ${{ env.BRANCH_NAME }} && \ 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 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 }} \ ) tag: