From b2f42295335195f8a65f0786d699df4accea6cc4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Weisbarth?= Date: Wed, 3 May 2023 14:28:02 +0200 Subject: [PATCH] Fix action to make it work on custom containers; For further information, see: --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index bacfe245..9bd8e053 100644 --- a/action.yml +++ b/action.yml @@ -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 }}