Skip to content

Commit

Permalink
Add tgf path to PATH
Browse files Browse the repository at this point in the history
J:IDXINFRA-2078
  • Loading branch information
klalumiere committed Nov 11, 2024
1 parent 09ba2e4 commit 3e01517
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ runs:
env:
TGF_PATH: ${{ inputs.tgf-path }}
VERSION: ${{ inputs.ref }}
run: curl "https://raw.githubusercontent.com/coveooss/tgf/${VERSION}/get-latest-tgf.sh" | bash
run: |
curl "https://raw.githubusercontent.com/coveooss/tgf/${VERSION}/get-latest-tgf.sh" | bash
echo "$TGF_PATH" >> $GITHUB_PATH
- name: Install TGF (windows)
if: runner.os == 'Windows'
Expand Down

0 comments on commit 3e01517

Please sign in to comment.