Skip to content

Commit

Permalink
update push-back helm values in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mohitdhaundiyal-searce committed Feb 8, 2024
1 parent 3cdca56 commit 0d30c62
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,11 @@ runs:
shell: bash

- id: push-back
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Apply automatic changes to Update image repository in Helm values
file_pattern: ${{ inputs.helm_values_path }}
run: |-
git config --global user.email "[email protected]"
git config --global user.name "github-actions[bot]"
git pull
git add ${{ inputs.helm_values_path }}
git commit -m "Apply automatic changes to Update image repository in Helm values"
git push -u origin ${{ github.ref_name }}
shell: bash

0 comments on commit 0d30c62

Please sign in to comment.