Skip to content

Commit

Permalink
Merge pull request #179 from joergdw/fix-action-path
Browse files Browse the repository at this point in the history
Fix action to make it work on custom containers;
  • Loading branch information
domenkozar committed May 5, 2023
2 parents 3eb7a24 + b2f4229 commit 3580693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 3580693

Please sign in to comment.