Skip to content

Commit

Permalink
ci.yml: add repo and pr number
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Dec 3, 2024
1 parent eddc92a commit 930d477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
)
Expand Down

0 comments on commit 930d477

Please sign in to comment.