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

0 comments on commit 1a6cd3c

Please sign in to comment.