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 01ffb1b commit 368765eCopy full SHA for 368765e
.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 "[email protected]"
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 "[email protected]"
143
git status
144
git commit index.yaml -m "updated chart dns-bind in index.yaml"
145
git push
0 commit comments