We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccbae6f commit 7777d45Copy full SHA for 7777d45
1 file changed
.github/workflows/cicd-1-pull-request.yaml
@@ -63,7 +63,7 @@ jobs:
63
64
pr_json=$(gh pr list \
65
--repo "$GITHUB_REPOSITORY" \
66
- --head "$GITHUB_REPOSITORY_OWNER:$branch_name" \
+ --head "$branch_name" \
67
--state open \
68
--json number \
69
--limit 1)
0 commit comments