From af5b083a956c1bf12cf604c1a6867499ef37c5cb Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Tue, 22 Oct 2024 18:12:53 +0000 Subject: [PATCH] [Actions] Updated .github/workflows/build-and-publish-release.yml --- .github/workflows/build-and-publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-and-publish-release.yml b/.github/workflows/build-and-publish-release.yml index 710cf0e9..15b964fe 100644 --- a/.github/workflows/build-and-publish-release.yml +++ b/.github/workflows/build-and-publish-release.yml @@ -35,7 +35,7 @@ jobs: fetch-depth: 0 fetch-tags: true - - if: inputs.REPO_STATUS == '' + - if: env.REPO_STATUS == '' name: "Check Repo Visibility" uses: credfeto/action-repo-visibility@v1.2.0 id: visibility