Skip to content

Commit

Permalink
Fix input name
Browse files Browse the repository at this point in the history
  • Loading branch information
rogermparent committed Sep 8, 2022
1 parent e2f5e0b commit 083ed25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/link-check-deployment-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 083ed25

Please sign in to comment.