We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 545cc90 commit 3f91087Copy full SHA for 3f91087
.github/workflows/pr-comment.yml
@@ -30,11 +30,11 @@ jobs:
30
path: base-branch
31
sparse-checkout-cone-mode: false
32
sparse-checkout: |
33
- requirements.txt
+ requirements-own.txt
34
scripts/list_missing_entries.py
35
- name: Instalar dependencias
36
run: |
37
- python -m pip install -r base-branch/requirements.txt
+ python -m pip install -r base-branch/requirements-own.txt
38
- name: Obtiene lista de archivos con cambios
39
id: changed-files
40
uses: tj-actions/changed-files@v45
0 commit comments