Slight change to curl for PR list.

This commit is contained in:
2025-01-07 10:05:59 -05:00
parent 3b8187f15e
commit 1413cc1753
+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