Skip to content

Commit b223b47

Browse files
authored
Update main.yml
1 parent 64e40cd commit b223b47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,8 @@ jobs:
6868
- name: Commit and Push changes
6969
run: |
7070
echo $(date +'%Y%m%d') > date.txt
71-
git config --local user.email "action@github.com"
72-
git config --local user.name "GitHub Action"
71+
git config --local user.email "admin@adysec.com"
72+
git config --local user.name "adysec"
7373
git add .
7474
git commit -am "$(date +'%Y%m%d')"
7575
git push -v --progress

0 commit comments

Comments
 (0)