-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #65 from stakater/workflow-update
Switch PR workflow to pull_request
- Loading branch information
Showing
3 changed files
with
10 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,7 +148,7 @@ jobs: | |
|
||
- name: Update Chart CRDs | ||
run: make generate-crds | ||
|
||
# Publish helm chart | ||
- name: Publish Helm chart | ||
uses: stefanprodan/helm-gh-pages@master | ||
|
@@ -169,9 +169,10 @@ jobs: | |
run: | | ||
git config --local user.email "[email protected]" | ||
git config --local user.name "stakater-user" | ||
git status | ||
git status | ||
git add . | ||
git commit -m "[skip-ci] Update artifacts" -a | ||
- name: Push changes | ||
uses: ad-m/github-push-action@master | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters