This commit is contained in:
zack 2024-10-20 01:25:45 -04:00
parent 2dd02bb760
commit 890ece6096
No known key found for this signature in database
GPG key ID: 5F873416BCF59F35

View file

@ -34,7 +34,7 @@ jobs:
update-flake:
needs: check-existing-pr
if: needs.check-existing-pr.outputs.pr_exists == false
if: needs.check-existing-pr.outputs.pr_exists == 'false'
runs-on: ubuntu-latest
steps:
- name: Checkout repository
@ -201,7 +201,7 @@ jobs:
retry-update:
needs: check-existing-pr
if: needs.check-existing-pr.outputs.pr_exists == true
if: needs.check-existing-pr.outputs.pr_exists == 'true'
runs-on: ubuntu-latest
steps:
- name: Checkout repository