Skip to content

Commit e8e4854

Browse files
authored
Update main.yml
1 parent bd6a885 commit e8e4854

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/workflows/main.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@ name: Daily Update Tracker
22

33
on:
44
schedule:
5-
- cron: '0 */4 * * *'
6-
5+
- cron: '0 */3 * * *'
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%H') > 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)