Skip to content

Commit b2f4229

Browse files
committed
Fix action to make it work on custom containers;
For further information, see: <actions/runner#716 (comment)>
1 parent e304541 commit b2f4229

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ branding:
1818
runs:
1919
using: 'composite'
2020
steps:
21-
- run : ${{ github.action_path }}/install-nix.sh
21+
- run : ${GITHUB_ACTION_PATH}/install-nix.sh
2222
shell: bash
2323
env:
2424
INPUT_EXTRA_NIX_CONFIG: ${{ inputs.extra_nix_config }}

0 commit comments

Comments
 (0)