mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-21 16:10:52 +00:00
Merge pull request #179 from joergdw/fix-action-path
Fix action to make it work on custom containers;
This commit is contained in:
commit
35806937f1
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ branding:
|
||||||
runs:
|
runs:
|
||||||
using: 'composite'
|
using: 'composite'
|
||||||
steps:
|
steps:
|
||||||
- run : ${{ github.action_path }}/install-nix.sh
|
- run : ${GITHUB_ACTION_PATH}/install-nix.sh
|
||||||
shell: bash
|
shell: bash
|
||||||
env:
|
env:
|
||||||
INPUT_EXTRA_NIX_CONFIG: ${{ inputs.extra_nix_config }}
|
INPUT_EXTRA_NIX_CONFIG: ${{ inputs.extra_nix_config }}
|
||||||
|
|
Loading…
Reference in a new issue