From cf5cffe2be12487766e6b3b6d90e8a6bc7345bd7 Mon Sep 17 00:00:00 2001 From: Matthew Phillips Date: Fri, 23 Sep 2022 09:24:53 -0400 Subject: [PATCH] strings --- .github/workflows/check-merge.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check-merge.yml b/.github/workflows/check-merge.yml index 6bd5f623e..c91b6c113 100644 --- a/.github/workflows/check-merge.yml +++ b/.github/workflows/check-merge.yml @@ -24,21 +24,21 @@ jobs: | uniq) - uses: actions/checkout@v3 - if: steps.set-blocks.outputs.blocks == 0 + if: steps.set-blocks.outputs.blocks == '0' with: fetch-depth: 0 - name: Get changed files in the .changeset folder id: changed-files uses: tj-actions/changed-files@v29 - if: steps.set-blocks.outputs.blocks == 0 + if: steps.set-blocks.outputs.blocks == '0' with: files: | .changeset/**/*.md - name: Check if any changesets contain minor changes id: find-blockers - if: steps.set-blocks.outputs.blocks == 0 + if: steps.set-blocks.outputs.blocks == '0' run: | echo "Checking for changesets marked as minor" echo '::set-output name=found::false'