Skip to content

Commit

Permalink
explicit quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
alchem0x2A committed Nov 24, 2024
1 parent fd9c282 commit 59e23be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
body_msg="${body_msg}Thank you for keeping the SPARC-X-API project up-to-date! 🚀\n"
gh pr create --base master \
--title "[PR Bot] New JSON API version ${API_VERSION}" \
--body ${body_msg} \
--body "${body_msg}" \
-R ${{ github.repository_owner }}/SPARC-X-API
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 59e23be

Please sign in to comment.