File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # Based on https://github.com/best-of-lists/best-of-update-action/blob/v0.5.3 /workflows/update-best-of-list.yml
1
+ # Based on https://github.com/best-of-lists/best-of-update-action/blob/v0.6.1 /workflows/update-best-of-list.yml
2
2
name : update-best-of-list
3
3
4
4
on :
8
8
description : " Version to use for this update"
9
9
required : false
10
10
schedule :
11
- - cron : " 0 18 * * 4" # Every thursday at 6pm
11
+ - cron : " 0 14 * * 4" # Every thursday at 2pm
12
12
13
13
env :
14
14
BRANCH_PREFIX : " update/"
44
44
env :
45
45
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
46
46
- name : update-best-of-list
47
- uses : best-of-lists/best-of-update-action@v0.5.3
47
+ uses : best-of-lists/best-of-update-action@v0.6.1
48
48
with :
49
49
libraries_key : ${{ secrets.LIBRARIES_KEY }}
50
50
github_key : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments