Skip to content

Merge pull request #138 from SSmallMonster/add-relok8s-csi-nfs #187

Merge pull request #138 from SSmallMonster/add-relok8s-csi-nfs

Merge pull request #138 from SSmallMonster/add-relok8s-csi-nfs #187

Workflow file for this run

name: 'Update PR'
on:
pull_request_target:
branches:
- main
paths:
- 'charts/**'
jobs:
# - name: Push changes
# run: |
# # Push all the changes
# cd charts
# if git status -s | grep bitnami; then
# git config user.name "Bitnami Containers"
# git config user.email "[email protected]"
# git add . && git commit -am "Update README.md with readme-generator-for-helm" --signoff && git push
# fi