Skip to content

Commit

Permalink
Fix action to make it work on custom containers;
Browse files Browse the repository at this point in the history
For further information, see: <actions/runner#716 (comment)>
  • Loading branch information
joergdw committed May 3, 2023
1 parent e304541 commit b2f4229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
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 b2f4229

Please sign in to comment.