We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd6a885 commit e8e4854Copy full SHA for e8e4854
.github/workflows/main.yml
@@ -2,8 +2,9 @@ name: Daily Update Tracker
2
3
on:
4
schedule:
5
- - cron: '0 */4 * * *'
6
-
+ - cron: '0 */3 * * *'
+ workflow_dispatch:
7
+
8
env:
9
innoextract_version: 1.9
10
arch: amd64
@@ -72,8 +73,10 @@ jobs:
72
73
- name: Commit and Push changes
74
run: |
75
echo $(date +'%Y%m%d%H') > date.txt
- git config --local user.email "[email protected]"
76
- git config --local user.name "adysec"
+ #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"
80
git add .
81
git commit -am "$(date +'%Y%m%d')"
82
git push -v --progress
0 commit comments