Skip to content

Commit fb32f4d

Browse files
author
elchananarb
committed
add git configure to update-cliadd.yml
1 parent 1daf11a commit fb32f4d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/update-cli.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,11 @@ jobs:
1818
sudo apt-get install git-lfs
1919
git lfs install
2020
21+
- name: Configure Git user
22+
run: |
23+
git config --global user.name github-actions
24+
git config --global user.email github-actions@github.com
25+
2126
- name: Get Latest Checkmarx API version
2227
id: checkmarx-ast-cli
2328
run: |

0 commit comments

Comments
 (0)