ci: run flake update on stable release (#1105)
This commit is contained in:
parent
2528e00e7c
commit
2cdfff2575
1 changed files with 6 additions and 0 deletions
6
.github/workflows/update-flake.yml
vendored
6
.github/workflows/update-flake.yml
vendored
|
|
@ -10,8 +10,13 @@ jobs:
|
|||
flake-update:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository_owner == 'danth'
|
||||
strategy:
|
||||
matrix:
|
||||
branch: [master, release-24.11]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ matrix.branch }}
|
||||
- uses: DeterminateSystems/nix-installer-action@v16
|
||||
- uses: cachix/cachix-action@v16
|
||||
with:
|
||||
|
|
@ -27,6 +32,7 @@ jobs:
|
|||
- uses: DeterminateSystems/update-flake-lock@v24
|
||||
with:
|
||||
token: ${{ steps.generate-token.outputs.token }}
|
||||
branch: update_flake_lock_action_${{ matrix.branch }}
|
||||
commit-msg: "stylix: update all flake inputs"
|
||||
pr-title: "stylix: update all flake inputs"
|
||||
pr-labels: dependencies
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue