diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 230aef4..4baf466 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: /repos/${{ github.repository }}/deployments \ --jq '[.[] | select(.ref == "${{ steps.pr.outputs.head }}")] | length' ) - comment_deployments=$(gh pr view \ + comment_deployments=$(gh pr view ${{ inputs.pr }} --repo ${{ github.repository }} \ --json comments \ --jq '[.comments[] | select(.body | startswith("!redeploy"))] | length' )