Skip to content

Commit 13da589

Browse files
authored
Update cron schedule and timestamp format
1 parent 0840916 commit 13da589

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
@@ -2,7 +2,7 @@ name: Daily Update Tracker
22

33
on:
44
schedule:
5-
- cron: '0 0 */2 * *'
5+
- cron: '0 */4 * * *'
66

77
env:
88
innoextract_version: 1.9
@@ -71,7 +71,7 @@ jobs:
7171
7272
- name: Commit and Push changes
7373
run: |
74-
echo $(date +'%Y%m%d') > date.txt
74+
echo $(date +'%Y%m%d%H') > date.txt
7575
git config --local user.email "[email protected]"
7676
git config --local user.name "adysec"
7777
git add .

0 commit comments

Comments
 (0)