mirror of
https://github.com/valitydev/configurations.git
synced 2024-11-06 01:45:23 +00:00
Change cron for file sync action
This commit is contained in:
parent
1bbd3e9356
commit
08e4dcc975
3
.github/workflows/sync-files.yml
vendored
3
.github/workflows/sync-files.yml
vendored
@ -1,7 +1,7 @@
|
|||||||
name: Sync files
|
name: Sync files
|
||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: 0 */10 * * *
|
- cron: 0 0 * * *
|
||||||
jobs:
|
jobs:
|
||||||
sync:
|
sync:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@ -15,3 +15,4 @@ jobs:
|
|||||||
GH_PAT: ${{ secrets.GH_PAT }}
|
GH_PAT: ${{ secrets.GH_PAT }}
|
||||||
GIT_EMAIL: ${{ secrets.GIT_EMAIL }}
|
GIT_EMAIL: ${{ secrets.GIT_EMAIL }}
|
||||||
BRANCH_PREFIX: update/
|
BRANCH_PREFIX: update/
|
||||||
|
OVERWRITE_EXISTING_PR: false
|
||||||
|
Loading…
Reference in New Issue
Block a user