Skip to content

Commit 8ff43a3

Browse files
committed
Echo to perform upgrade
1 parent 8b58ee7 commit 8ff43a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.ci/updatecli.d/bump-upstream-agent-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ targets:
5151
kind: shell # toml action currently erases comments, so we fallback to regex-replace
5252
scmid: githubConfig
5353
spec:
54-
command: gradle/update-upstream.sh v{{ source "upstream-agent-version" }} && git add . & git commit -m "Update upstream versions"
54+
command: gradle/update-upstream.sh v{{ source "upstream-agent-version" }} && echo "Update successful"
5555

5656
actions:
5757
open-pr:

0 commit comments

Comments
 (0)