Minor spacing fix

This commit is contained in:
Jordan Dominion
2024-09-02 20:58:28 -04:00
parent d7b12046e5
commit 2a97242775
@@ -29,7 +29,7 @@ jobs:
- name: GitHub API Call
run: |
curl --request POST \
--url https://api.github.com/repos/${{github.repository}}/pulls/${{github.event.number}}/reviews \
--url https://api.github.com/repos/${{ github.repository }}/pulls/${{github.event.number}}/reviews \
--header 'authorization: Bearer ${{ steps.app-token-generation.outputs.token }}' \
--header 'content-type: application/json' \
-d '{"event":"APPROVE"}' \