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.
2 parents 01ffb1b + 368765e commit f0fe8afCopy full SHA for f0fe8af
.github/workflows/release.yaml
@@ -133,13 +133,13 @@ jobs:
133
env:
134
GITHUB_TOKEN: ${{ secrets.HELM_REPO_TOKEN }}
135
run: |
136
- git config user.name "$GITHUB_ACTOR"
137
- git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
138
-
139
helm repo index out/ --url "$ACI_ARTIFACT_1_URL" --merge helm-charts/index.yaml
140
cp -f out/index.yaml helm-charts/index.yaml
141
142
cd helm-charts
+
+ git config user.name "$GITHUB_ACTOR"
+ git config user.email "$GITHUB_ACTOR@users.noreply.github.com"
143
git status
144
git commit index.yaml -m "updated chart dns-bind in index.yaml"
145
git push
0 commit comments