Skip to content

Commit

Permalink
test input.script without using env
Browse files Browse the repository at this point in the history
Signed-off-by: Thing-han, Lim <[email protected]>
  • Loading branch information
potsrevennil committed Sep 19, 2024
1 parent 691daf6 commit 4608150
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/setup-nix/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,4 @@ runs:
- name: Dependency check
shell: ${{ env.SHELL }}
if: inputs.script != ''
env:
INPUT_SCRIPT: ${{ inputs.script }}
run: eval "$INPUT_SCRIPT"
run: eval ${{ inputs.script }}

0 comments on commit 4608150

Please sign in to comment.