mirror of
https://github.com/voidlhf/StarRailGrubThemes.git
synced 2025-01-08 11:37:42 +08:00
Update auto-update.yml
This commit is contained in:
parent
7f5af63e88
commit
ba327e8f57
8
.github/workflows/auto-update.yml
vendored
8
.github/workflows/auto-update.yml
vendored
@ -2,19 +2,19 @@ name: Update flake.lock
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '0 0 1 * *'
|
- cron: '0 0 1,15 * *'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
lockfile:
|
lockfile:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: DeterminateSystems/nix-installer-action@v12
|
- uses: DeterminateSystems/nix-installer-action@v14
|
||||||
- name: Update flake.lock
|
- name: Update flake.lock
|
||||||
uses: DeterminateSystems/update-flake-lock@v23
|
uses: DeterminateSystems/update-flake-lock@v24
|
||||||
with:
|
with:
|
||||||
pr-assignees: voidlhf
|
pr-assignees: voidlhf
|
||||||
pr-title: "chore(flake): update flake.lock"
|
pr-title: "chore(flake): update flake.lock"
|
||||||
pr-labels: |
|
pr-labels: |
|
||||||
dependencies
|
dependencies
|
||||||
automated
|
automated
|
||||||
|
Loading…
Reference in New Issue
Block a user