Skip to content

Commit

Permalink
Added newline
Browse files Browse the repository at this point in the history
  • Loading branch information
ColinKennedy committed Jan 24, 2025
1 parent 59b7408 commit b6a3f90
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/actions/luarocks-rockspec-expander/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ runs:
if: runner.os == 'Windows'
shell: powershell
run: |
if (Get-Command lua -ErrorAction SilentlyContinue) {
if (Get-Command lua -ErrorAction SilentlyContinue)
{
echo "lua found"
echo "executable=lua" >> $env:GITHUB_ENV
}
Expand Down

0 comments on commit b6a3f90

Please sign in to comment.