Skip to content

Commit

Permalink
Merge pull request #15 from dominikh/main
Browse files Browse the repository at this point in the history
Write unmodified path to GITHUB_PATH
  • Loading branch information
WillAbides committed Nov 9, 2021
2 parents c40c5d3 + 0d430fe commit 8af5eb4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/lib
Original file line number Diff line number Diff line change
Expand Up @@ -103,9 +103,6 @@ add_to_system_path() {

add_to_github_path() {
element="$1"
if [ "$(goos)" == "windows" ]; then
element="$(echo "/$element" | sed -e 's|\\|/|g' | sed 's/://')"
fi
echo "$element" >>"$GITHUB_PATH"
}

Expand Down

0 comments on commit 8af5eb4

Please sign in to comment.