Skip to content

Commit

Permalink
relative path calculation part 4
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Nov 19, 2024
1 parent 701b8ab commit 153d76f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,8 @@ runs:
return $relativePath
}
$relativePath = Get-RelativePath -FromPath "$file" -ToPath "$env:GITHUB_WORKSPACE"
Write-Host "from: $file, to: $env:GITHUB_WORKSPACE, is: $relativePath"
$relativePath = Get-RelativePath -FromPath "$env:GITHUB_WORKSPACE" -ToPath "$file"
Write-Host "from: $env:GITHUB_WORKSPACE, to: $file, is: $relativePath"
- name: Set osy internal inputs
if: runner.os != 'Windows'
Expand Down

0 comments on commit 153d76f

Please # to comment.