mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-31 00:50:45 +01:00
Minor spacing fix
This commit is contained in:
@@ -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"}' \
|
||||
|
||||
Reference in New Issue
Block a user