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 52ebd45
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ runs:
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 pip install requests
python3 "$GITHUB_ACTION_PATH"/entrypoint.py
Expand Down

0 comments on commit 52ebd45

Please sign in to comment.