Skip to content

Commit d99e63d

Browse files
committed
gha: don't include patchset number in merge job summary gerrit url
Type: ci Change-Id: I4e08f321f642b864ada7d0d325dc4a344d200fb7 Signed-off-by: Dave Wallace <dwallacelf@gmail.com>
1 parent 52b1d94 commit d99e63d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/gerrit-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
echo
8787
echo "| Field | Value |"
8888
echo "| --- | --- |"
89-
echo "| Gerrit change | ${{ inputs.GERRIT_CHANGE_URL }}/${{ inputs.GERRIT_PATCHSET_NUMBER }} |"
89+
echo "| Gerrit change | ${{ inputs.GERRIT_CHANGE_URL }} |"
9090
echo "| Branch | ${{ inputs.GERRIT_BRANCH }} |"
9191
echo "| Gerrit Change ID | ${{ inputs.GERRIT_CHANGE_ID }} |"
9292
echo "| Patchset Revision | ${{ inputs.GERRIT_PATCHSET_REVISION }} |"

0 commit comments

Comments
 (0)