mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-31 14:25:28 +00:00
github: fix derp in PSL update workflow (#983)
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user