Skip to content

Commit 7537fe4

Browse files
authored
Update main.yml
1 parent 2387c65 commit 7537fe4

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/main.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ name: Daily Update Tracker
33
on:
44
schedule:
55
- cron: '0 0 */2 * *'
6-
6+
workflow_dispatch:
7+
78
env:
89
innoextract_version: 1.9
910
arch: amd64
@@ -72,8 +73,10 @@ jobs:
7273
- name: Commit and Push changes
7374
run: |
7475
echo $(date +'%Y%m%d') > date.txt
75-
git config --local user.email "[email protected]"
76-
git config --local user.name "adysec"
76+
#git config --local user.email "[email protected]"
77+
#git config --local user.name "adysec"
78+
git config --local user.email "[email protected]"
79+
git config --local user.name "GitHub Action"
7780
git add .
7881
git commit -am "$(date +'%Y%m%d')"
7982
git push -v --progress

0 commit comments

Comments
 (0)