Skip to content

Commit

Permalink
like this then...
Browse files Browse the repository at this point in the history
  • Loading branch information
jonapich committed Jul 12, 2024
1 parent 041d9ac commit 576e1d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ runs:
shell: pwsh
env:
TGF_PATH: ${{ inputs.tgf-path }}
VERSION: ${{ inputs.ref }}
run: |
dir variable:
dir env:
(Invoke-WebRequest https://raw.githubusercontent.com/coveooss/tgf/${{ inputs.ref }}/get-latest-tgf.ps1).Content | Invoke-Expression
(Invoke-WebRequest https://raw.githubusercontent.com/coveooss/tgf/${env:VERSION}/get-latest-tgf.ps1).Content | Invoke-Expression
#
# - name: Add TGF to PATH
# shell: bash
Expand Down

0 comments on commit 576e1d7

Please sign in to comment.