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 99a6be4 commit 27ba915Copy full SHA for 27ba915
assets/out
@@ -65,7 +65,8 @@ cd "$path"
65
merge_commit=$(git rev-parse HEAD)
66
67
# collect prq id from git config stored in git config (during get step)
68
-prq_number=$(git config --get pullrequest.id)
+# included cat to catch error
69
+prq_number=$(git config --get pullrequest.id | cat)
70
71
if [ -z "$prq_number" ]; then
72
ls_remote=$(git ls-remote "$uri")
0 commit comments