github: fix derp in PSL update workflow (#983)
This commit is contained in:
parent
ecf96aa066
commit
729fc80255
1 changed files with 2 additions and 1 deletions
|
@ -1,3 +1,4 @@
|
||||||
|
name: Update Publix Suffix List data
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 * * 6'
|
- cron: '0 0 * * 6'
|
||||||
|
@ -20,7 +21,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
git checkout -b bot/update-psl
|
git checkout -b bot/update-psl
|
||||||
git add app/src/main/assets/publicsuffixes
|
git add app/src/main/assets/publicsuffixes
|
||||||
git commit --message "Update Public Suffix List data'
|
git commit --message "Update Public Suffix List data"
|
||||||
|
|
||||||
- name: Create update PR
|
- name: Create update PR
|
||||||
uses: thomaseizinger/create-pull-request@1.0.0
|
uses: thomaseizinger/create-pull-request@1.0.0
|
||||||
|
|
Loading…
Reference in a new issue