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 d9b5c6d commit be83906Copy full SHA for be83906
assets/in
@@ -132,9 +132,9 @@ fi
132
133
# expose configuration of pull request that can be used in container
134
git config --add pullrequest.id $prq_id
135
-git config --add pullrequest.source_commit $source_commit
136
-git config --add pullrequest.target_commit $target_commit
137
-git config --add pullrequest.merge_commit $ref
+git config --add pullrequest.source $source_commit
+git config --add pullrequest.target $target_commit
+git config --add pullrequest.merge $ref
138
139
jq -n "{
140
version: $(jq '.version' < "$payload"),
0 commit comments