small fix
This commit is contained in:
parent
01ec540f39
commit
720acb5cfc
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
|
@ -33,7 +33,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
|
||||
|
|
@ -200,7 +200,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