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 8b58ee7 commit 8ff43a3Copy full SHA for 8ff43a3
.ci/updatecli.d/bump-upstream-agent-version.yml
@@ -51,7 +51,7 @@ targets:
51
kind: shell # toml action currently erases comments, so we fallback to regex-replace
52
scmid: githubConfig
53
spec:
54
- command: gradle/update-upstream.sh v{{ source "upstream-agent-version" }} && git add . & git commit -m "Update upstream versions"
+ command: gradle/update-upstream.sh v{{ source "upstream-agent-version" }} && echo "Update successful"
55
56
actions:
57
open-pr:
0 commit comments