Skip to content

Commit

Permalink
Swap to Environment Files (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
xmas7 committed Sep 30, 2020
1 parent 2076dc5 commit 6366441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __test__/override-git-version.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
mkdir override-git-version
cd override-git-version
echo @echo override git version 1.2.3 > git.cmd
echo ::add-path::%CD%
echo "%CD%" >> $GITHUB_PATH
cd ..
2 changes: 1 addition & 1 deletion __test__/override-git-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ cd override-git-version
echo "#!/bin/sh" > git
echo "echo override git version 1.2.3" >> git
chmod +x git
echo "::add-path::$(pwd)"
echo "$(pwd)" >> $GITHUB_PATH
cd ..

0 comments on commit 6366441

Please sign in to comment.