From 083ed25b31ae6c5e170d05c59087d4501adf3f24 Mon Sep 17 00:00:00 2001 From: rogermparent Date: Thu, 8 Sep 2022 18:52:55 -0400 Subject: [PATCH] Fix input name --- .github/workflows/link-check-deployment-status.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check-deployment-status.yml b/.github/workflows/link-check-deployment-status.yml index a744062..c3f89eb 100644 --- a/.github/workflows/link-check-deployment-status.yml +++ b/.github/workflows/link-check-deployment-status.yml @@ -22,7 +22,7 @@ jobs: name: Run runs-on: ubuntu-latest if: - github.event.deployment.ref != ${{ inputs.main }} && + github.event.deployment.ref != ${{ inputs.branch }} && github.event.deployment_status.state == 'success' steps: - uses: actions/checkout@v3