mirror of
https://codeberg.org/icewind/attic-action.git
synced 2026-06-03 17:44:07 +02:00
Fix typo
This commit is contained in:
parent
3ce476c736
commit
b3312bba9f
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ inputs:
|
||||||
skipPush:
|
skipPush:
|
||||||
description: 'Set to true to disable pushing build results to the cache'
|
description: 'Set to true to disable pushing build results to the cache'
|
||||||
pushFilter:
|
pushFilter:
|
||||||
description: 'Regular expression to exclude derivations for the cache push, for example "(-source$|nixpkgs\.tar\.gz$)". Warning: this filter doet not guarantee it will not get pushed in case the path is part of the closure of something that will get pushed.'
|
description: 'Regular expression to exclude derivations for the cache push, for example "(-source$|nixpkgs\.tar\.gz$)". Warning: this filter does not guarantee it will not get pushed in case the path is part of the closure of something that will get pushed.'
|
||||||
installCommand:
|
installCommand:
|
||||||
description: 'Override the default cachix installation method'
|
description: 'Override the default cachix installation method'
|
||||||
branding:
|
branding:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue