File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3939
4040 - name : Update helm index
4141 env :
42- GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42+ GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4343 run : |
4444 git config user.name "Github Actions"
4545 git config user.email "[email protected] "
Original file line number Diff line number Diff line change @@ -144,6 +144,10 @@ if [[ -z ${VERSION} ]]; then
144144 VERSION=" v$VERSION "
145145fi
146146
147+ # We need to ensure that the user the folder is correct:
148+ git -C ${HELM_REPO_PATH} config user.email " $( git config --get user.email) "
149+ git -C ${HELM_REPO_PATH} config user.name " $( git config --get user.name) "
150+
147151# Create a new commit
148152echo " Committing changes: \n${changes} "
149153git -C $HELM_REPO_PATH add index.yaml stable
You can’t perform that action at this time.
0 commit comments