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 99827d9 commit fc5b299Copy full SHA for fc5b299
1 file changed
.github/workflows/gitops-deploy.yml
@@ -97,7 +97,7 @@ jobs:
97
git config user.name "github-actions[bot]"
98
git config user.email "github-actions[bot]@users.noreply.github.com"
99
100
- sed -i -E "s/^([[:space:]]*)tag:[[:space:]]*.*(# datasource=docker depName=${PACKAGE})/\1tag: ${VERSION} \2/" "${FILE}"
+ sed -i -E "s|^([[:space:]]*)tag:[[:space:]]*.*(# datasource=docker depName=${PACKAGE})|\1tag: ${VERSION} \2|" "${FILE}"
101
102
echo "::group::Updated file state"
103
grep -n "depName=${PACKAGE}" "${FILE}"
0 commit comments