Hopefully correcting some bad jq...

This commit is contained in:
2024-12-19 13:10:14 -05:00
parent f85c2ce157
commit 827b8ccd1c
@@ -31,7 +31,7 @@ jobs:
echo "pr_status=$(cat pr_status.json)" >> "$GITHUB_OUTPUT"
- name: Create PR in Gitea
if: ${{ steps.check-pr.outputs.pr_status.state }} == 'closed'
if: ${{ steps.check-pr.outputs.pr_status.state }} == '"closed"'
id: create-pr
run: |
echo "Creating PR..."