mirror of
https://github.com/cachix/install-nix-action.git
synced 2025-06-07 17:44:28 +00:00
refactor: replace with a simpler composite action
This commit is contained in:
parent
24e801e9d3
commit
112054fda7
10 changed files with 9 additions and 3797 deletions
11
action.yml
11
action.yml
|
@ -14,5 +14,12 @@ branding:
|
|||
color: 'blue'
|
||||
icon: 'sun'
|
||||
runs:
|
||||
using: 'node12'
|
||||
main: 'lib/main.js'
|
||||
using: 'composite'
|
||||
steps:
|
||||
- run : ${{ github.action_path }}/install-nix.sh
|
||||
shell: bash
|
||||
env:
|
||||
INPUT_INSTALL_URL: ${{ inputs.install_url }}
|
||||
INPUT_INSTALL_OPTIONS: ${{ inputs.install_options }}
|
||||
INPUT_NIX_PATH: ${{ inputs.nix_path }}
|
||||
INPUT_EXTRA_NIX_CONFIG: ${{ inputs.extra_nix_config }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue