Skip to content

Commit

Permalink
fix: properly set path in powershell
Browse files Browse the repository at this point in the history
  • Loading branch information
thatRichman committed Dec 13, 2024
1 parent 4c60aab commit 2f0d210
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/install-shellcheck/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ runs:
run: |
gh release download -R koalaman/shellcheck -p 'shellcheck-v*.zip' -O shellcheck-latest.zip
7z x shellcheck-latest.zip
echo $(Get-Location).Path >> "$GITHUB_PATH"
Add-Content $env:GITHUB_PATH "$(Get-Location).Path"

0 comments on commit 2f0d210

Please sign in to comment.