Skip to content

Commit

Permalink
build: configuration changes to adapt to new git version (#27)
Browse files Browse the repository at this point in the history
This includes a fix for See actions/checkout#760. This commit may be unnecessary if GitHub fixes the problem upstream.
  • Loading branch information
ciyer authored Apr 13, 2022
1 parent 22cda30 commit 133cabc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions publish-chart/publish-chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ fi
# set up git
git config --global user.email "$GIT_EMAIL"
git config --global user.name "$GIT_USER"
git config --global --add safe.directory /github/workspace

helm dep update $CHART_DIR/$CHART_NAME

Expand Down

0 comments on commit 133cabc

Please sign in to comment.