mirror of
https://github.com/voidlhf/StarRailGrubThemes.git
synced 2025-01-07 03:07:09 +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:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '0 0 1 * *'
|
||||
- cron: '0 0 1,15 * *'
|
||||
|
||||
jobs:
|
||||
lockfile:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: DeterminateSystems/nix-installer-action@v12
|
||||
- uses: DeterminateSystems/nix-installer-action@v14
|
||||
- name: Update flake.lock
|
||||
uses: DeterminateSystems/update-flake-lock@v23
|
||||
uses: DeterminateSystems/update-flake-lock@v24
|
||||
with:
|
||||
pr-assignees: voidlhf
|
||||
pr-title: "chore(flake): update flake.lock"
|
||||
pr-labels: |
|
||||
dependencies
|
||||
automated
|
||||
automated
|
||||
|
Loading…
Reference in New Issue
Block a user