Skip to content

Commit

Permalink
add git add and commit cmmds
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhan-yilmaz committed Oct 15, 2024
1 parent 2f22b99 commit eaa69d3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/helm-package-and-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,8 @@ jobs:
pwd
cat index.yaml
git status
git add index.yaml
git commit -m "update index.yaml in Github Action"
git push
git status

0 comments on commit eaa69d3

Please sign in to comment.