Slight change to curl for PR list.

This commit is contained in:
2025-01-07 10:07:15 -05:00
parent cba2d917fa
commit 134d4e1078
+1 -1
View File
@@ -21,7 +21,7 @@ jobs:
-X 'GET' \
-H 'Accept: application/json' \
-H 'Authorization: token ${{ secrets.BOT_GITEA_TOKEN }}' \
-s | jq '{index: .number, state: .state}')
-sS | jq '{index: .number, state: .state}')
pr_state=$(echo ${pr_check} | jq -r '.state')
- name: Create PR