Skip to content

Commit 3580693

Browse files
authored
Merge pull request #179 from joergdw/fix-action-path
Fix action to make it work on custom containers;
2 parents 3eb7a24 + b2f4229 commit 3580693

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)