Fix action to make it work on custom containers;

For further information, see: <https://github.com/actions/runner/issues/716#issuecomment-795238933>
This commit is contained in:
Jörg Weisbarth 2023-05-03 14:28:02 +02:00
parent e304541747
commit b2f4229533

View file

@ -18,7 +18,7 @@ branding:
runs:
using: 'composite'
steps:
- run : ${{ github.action_path }}/install-nix.sh
- run : ${GITHUB_ACTION_PATH}/install-nix.sh
shell: bash
env:
INPUT_EXTRA_NIX_CONFIG: ${{ inputs.extra_nix_config }}