We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be83906 commit 812bc88Copy full SHA for 812bc88
assets/out
@@ -63,13 +63,13 @@ cd "$source"
63
cd "$path"
64
65
merge_commit=$(git rev-parse HEAD)
66
+ls_remote=$(git ls-remote "$uri")
67
68
# collect prq id from git config stored in git config (during get step)
69
# included cat to catch error
70
prq_number=$(git config --get pullrequest.id | cat)
71
72
if [ -z "$prq_number" ]; then
- ls_remote=$(git ls-remote "$uri")
73
prqs=$(echo "$ls_remote" | grep -E "/pull\-requests/[0-9]+" | grep "$merge_commit" | cat)
74
75
# search for prq from commits in git ls-remote that match current commit
0 commit comments