Skip to content

Commit

Permalink
updated workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adnan-kamili committed Sep 16, 2020
1 parent 5c125f1 commit a4f13d1
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,14 @@ jobs:
yq w -i cryptlex/cryptlex-enterprise/Chart.yaml 'version' ${{ steps.semvers.outputs.patch }}
yq w -i cryptlex/cryptlex-enterprise/Chart.yaml 'appVersion' ${{ steps.semvers.outputs.patch }}
- name: Commit and push updates
uses: test-room-7/action-update-file@v1
- name: Commit files
run: |
git add ./cryptlex/cryptlex-enterprise/*.yaml
git config --local user.email "[email protected]"
git config --local user.name "GitHub Action"
git commit -m "Updated images" -a | exit 0
- name: Push changes
uses: ad-m/github-push-action@master
with:
file-path: |
cryptlex/cryptlex-enterprise/Chart.yaml
cryptlex/cryptlex-enterprise/values.yaml
commit-msg: Updated images
github-token: ${{ secrets.REPO_ACCESS_TOKEN }}
github_token: ${{ secrets.REPO_ACCESS_TOKEN }}

0 comments on commit a4f13d1

Please sign in to comment.