This commit is contained in:
2025-10-22 17:15:54 -04:00
parent 93ad50b386
commit e6bc2e6eab
+2 -2
View File
@@ -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 }}