Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #13

Merged
merged 14 commits into from
Jun 1, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
auto commit changes
Signed-off-by: Michael Fornaro <[email protected]>
  • Loading branch information
xunholy committed Jun 1, 2020
commit 8391098f78fc1d40c3c11a5fcfd244618d07ba17
7 changes: 7 additions & 0 deletions .github/workflows/helm-operator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,10 @@ jobs:
git config --global user.email '[email protected]'
git add .
git commit -sm "[Auto Generation] Adding hydrated manifests" || exit 0

- name: Push changes
if: steps.git-check.outputs.modified == 'true'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.head_ref }}