From f15f28cbe1a4432fa5b65fcefce31c03351636ac Mon Sep 17 00:00:00 2001 From: IldenH Date: Sat, 4 Jan 2025 22:01:01 +0100 Subject: [PATCH] types: fix pr if string --- .github/workflows/pocketbase-typegen.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pocketbase-typegen.yml b/.github/workflows/pocketbase-typegen.yml index 4a5c480..339489c 100644 --- a/.github/workflows/pocketbase-typegen.yml +++ b/.github/workflows/pocketbase-typegen.yml @@ -51,7 +51,7 @@ jobs: pr: name: Create pull request needs: [typegen] - if: needs.typegen.outputs.commit_changes == 'true' + if: needs.typegen.outputs.commit_changes == true runs-on: ubuntu-latest steps: - name: Checkout code