absolute paths 2

This commit is contained in:
Álvaro González 2026-05-13 09:52:02 +02:00
parent 4d77a6a923
commit f8c2778726

View file

@ -18,4 +18,4 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh repo clone $GITHUB_REPOSITORY -- --depth 1
- name: List files
run: find .
run: find $(pwd)