Skip to content

Commit

Permalink
add missing & line end
Browse files Browse the repository at this point in the history
  • Loading branch information
Vicente Canales committed Oct 24, 2023
1 parent eb1f79d commit b3b2e09
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 @@ -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:
Expand Down

0 comments on commit b3b2e09

Please sign in to comment.