From 890ece6096c750b5ec50dd5912d0d5d083f33c03 Mon Sep 17 00:00:00 2001 From: zack Date: Sun, 20 Oct 2024 01:25:45 -0400 Subject: [PATCH] nvm --- .github/workflows/update.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 51659e2..5c48852 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -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