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 0c3fd21 commit a4ef0fe
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 ./diffuse-venv
ls -al ./diffuse-venv/bin
source ./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 ./entrypoint.py
python3 entrypoint.py
shell: bash

0 comments on commit a4ef0fe

Please sign in to comment.