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 52ebd45 commit 0c3fd21
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ runs:
INPUT_DEBUG: ${{ inputs.debug }}
INPUT_GITHUB_TOKEN: ${{ github.token }}
run: |
python3 -m venv "$GITHUB_ACTION_PATH"/diffuse-venv
ls -al "$GITHUB_ACTION_PATH"/diffuse-venv/bin
source "$GITHUB_ACTION_PATH"/diffuse-venv/bin/activate
python3 -m venv ./diffuse-venv
ls -al ./diffuse-venv/bin
source ./diffuse-venv/bin/activate
python3 -m pip install requests
python3 "$GITHUB_ACTION_PATH"/entrypoint.py
python3 ./entrypoint.py
shell: bash

0 comments on commit 0c3fd21

Please sign in to comment.