Skip to content

Commit 7777d45

Browse files
committed
Revert broken PR lookup
1 parent ccbae6f commit 7777d45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd-1-pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
6464
pr_json=$(gh pr list \
6565
--repo "$GITHUB_REPOSITORY" \
66-
--head "$GITHUB_REPOSITORY_OWNER:$branch_name" \
66+
--head "$branch_name" \
6767
--state open \
6868
--json number \
6969
--limit 1)

0 commit comments

Comments
 (0)