Skip to content

Commit

Permalink
chore: setup github action path before running setup-mojo.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Jul 21, 2024
1 parent 126c225 commit be42707
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@ inputs:
runs:
using: 'composite'
steps:
- name: Set GitHub Path
run: echo "$GITHUB_ACTION_PATH" >> $GITHUB_PATH
shell: bash
env:
GITHUB_ACTION_PATH: ${{ github.action_path }}
- run: ./setup-mojo.sh ${{ inputs.version }}
shell: bash

0 comments on commit be42707

Please sign in to comment.