...
This commit is contained in:
+2
-2
@@ -40,12 +40,12 @@ runs:
|
||||
shell: bash
|
||||
run: |
|
||||
python3 -m pip install --upgrade pip
|
||||
python3 -m pip install -r $GITHUB_ACTION_PATH/requirements.txt
|
||||
python3 -m pip install -r ${GITHUB_WORKSPACE}/requirements.txt
|
||||
|
||||
- name: Run git-auto-comment
|
||||
shell: bash
|
||||
run: |
|
||||
python3 $GITHUB_ACTION_PATH/git-auto-comment.py
|
||||
python3 ${GITHUB_WORKSPACE}/git-auto-comment.py
|
||||
env:
|
||||
PLATFORM: ${{ inputs.platform }}
|
||||
TOKEN: ${{ inputs.token }}
|
||||
|
||||
Reference in New Issue
Block a user