File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2323 with :
2424 python-version : " 3.11"
2525 cache : " pip"
26+ # checkout these files from the base branch to guarantee they haven't been
27+ # modified by the PR
28+ - uses : actions/checkout@v4
29+ with :
30+ path : base-branch
31+ sparse-checkout-cone-mode : false
32+ sparse-checkout : |
33+ requirements.txt
34+ scripts/list_missing_entries.py
2635 - name : Instalar dependencias
2736 run : |
28- python -m pip install -r requirements.txt
37+ python -m pip install -r base-branch/ requirements.txt
2938 - name : Obtiene lista de archivos con cambios
3039 id : changed-files
3140 uses : tj-actions/changed-files@v40
4049 run : |
4150 {
4251 echo 'comment<<EOF'
43- python scripts/list_missing_entries.py --github $CHANGED_PO_FILES
52+ python base-branch/ scripts/list_missing_entries.py --github $CHANGED_PO_FILES
4453 echo EOF
4554 } >> "$GITHUB_OUTPUT"
4655
You can’t perform that action at this time.
0 commit comments