mirror of
https://github.com/winapps-org/winapps.git
synced 2025-06-03 05:37:19 +02:00
fix(ci): allow passing extra args to nix-update
This commit is contained in:
parent
3865e2abe7
commit
6fb023a1c6
8
.github/workflows/update-nix.yaml
vendored
8
.github/workflows/update-nix.yaml
vendored
@ -1,5 +1,9 @@
|
||||
name: "Update Flake Packages"
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
@ -16,4 +20,6 @@ jobs:
|
||||
uses: cachix/install-nix-action@v20
|
||||
|
||||
- name: Update flake packages
|
||||
uses: selfuryon/nix-update-action@v1.1.0
|
||||
uses: winapps-org/nix-update-action@v1.2.0
|
||||
with:
|
||||
extra-args: --version=branch
|
||||
|
Loading…
x
Reference in New Issue
Block a user