ceph-csi/.github/workflows
Madhu Rajanna 924a5ab949 build: git config before commit
currently git commit of the helm charts to
csi-chart repo is failing with below error
```
Author identity unknown

*** Please tell me who you are.

Run

git config --global user.email "you@example.com"
git config --global user.name "Your Name"

to set your account's default identity.
Omit --global to set the identity only in this repository.
```
this commit add git config for bot user.

Note:- used ceph.io in github secrets for the bot user
email and its not a valid email id and am also
looking for suggestion if anyone as.

Signed-off-by: Madhu Rajanna <madhupr007@gmail.com>
2021-06-10 16:03:40 +02:00
..
build-multi-stage.yaml ci: run github work flow only for pull request 2020-12-02 20:09:56 +05:30
codespell.yaml ci: run github work flow only for pull request 2020-12-02 20:09:56 +05:30
commitlint.yaml ci: pass GITHUB_BASE_REF when running commitlint 2021-06-07 18:19:23 +05:30
go-test.yaml ci: add github workflows for static checks 2020-12-07 12:57:29 +05:30
golanci-lint.yaml ci: add github workflows for static checks 2020-12-07 12:57:29 +05:30
gosec.yaml ci: add github workflows for static checks 2020-12-07 12:57:29 +05:30
lint-extras.yaml ci: add github workflows for static checks 2020-12-07 12:57:29 +05:30
mod-check.yaml ci: add github workflows for static checks 2020-12-07 12:57:29 +05:30
publish-artifacts.yaml build: git config before commit 2021-06-10 16:03:40 +02:00