Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszkwiecinski committed Jun 6, 2024
1 parent 61a8f2e commit 6fada6f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,7 @@ runs:
INPUT_GITHUB_TOKEN: ${{ github.token }}
run: |
python3 -m venv "$GITHUB_ACTION_PATH"/diffuse-venv
if [[ "$OSTYPE" == "cygwin" ]]; then
ls -al "$GITHUB_ACTION_PATH"/diffuse-venv/Scripts
source "$GITHUB_ACTION_PATH"/diffuse-venv/Scripts/activate
elif [[ "$OSTYPE" == "msys" ]]; then
ls -al "$GITHUB_ACTION_PATH"/diffuse-venv/Scripts
if [[ "$OSTYPE" == "cygwin" ]]; || [[ "$OSTYPE" == "msys" ]] then
source "$GITHUB_ACTION_PATH"/diffuse-venv/Scripts/activate
else
source "$GITHUB_ACTION_PATH"/diffuse-venv/bin/activate
Expand Down

0 comments on commit 6fada6f

Please sign in to comment.