refactor: replace with a simpler composite action

This commit is contained in:
Bernardo Meurer 2022-04-08 12:33:50 -07:00
parent 24e801e9d3
commit 112054fda7
No known key found for this signature in database
GPG key ID: F4C0D53B8D14C246
10 changed files with 9 additions and 3797 deletions

View file

@ -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 }}