nvm
This commit is contained in:
parent
2dd02bb760
commit
890ece6096
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue