From cf7cbbe6f1742a40bc581bce349dcf8e10506a27 Mon Sep 17 00:00:00 2001 From: Gyanendra Mishra Date: Mon, 19 Feb 2024 15:05:39 +0000 Subject: [PATCH] this should work --- .github/workflows/gofmt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gofmt.yml b/.github/workflows/gofmt.yml index da468ca3d3..131a18bd79 100644 --- a/.github/workflows/gofmt.yml +++ b/.github/workflows/gofmt.yml @@ -30,7 +30,7 @@ jobs: id: check gofmt: needs: check-if-code-change - if: ${{ needs.check-if-code-change.outputs.change == 'true' }} + if: ${{ needs.check-if-code-change.outputs.change == true }} name: gofmt runs-on: ubuntu-latest steps: