github: fix derp in PSL update workflow (#983)

This commit is contained in:
Harsh Shandilya 2020-07-29 13:08:38 +05:30 committed by GitHub
parent ecf96aa066
commit 729fc80255
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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