mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-04 01:54:08 +02:00
Add nixBuildArgs parameter
This commit is contained in:
parent
a7cff0bb28
commit
a03feca499
5 changed files with 29 additions and 6 deletions
7
.github/workflows/test.yml
vendored
7
.github/workflows/test.yml
vendored
|
|
@ -32,6 +32,13 @@ jobs:
|
|||
with:
|
||||
name: cachix-action
|
||||
skipNixBuild: true
|
||||
- name: Test nixBuildArgs parameter
|
||||
uses: ./
|
||||
with:
|
||||
name: cachix-action
|
||||
file: test-with-arg.nix
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
nixBuildArgs: --argstr arg foobar
|
||||
- name: Test private cache
|
||||
uses: ./
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue