Maybe syntax errors in conditionals....

This commit is contained in:
2024-12-19 13:12:51 -05:00
parent 827b8ccd1c
commit 3a47e96b85
@@ -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..."