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