absolute paths 4

This commit is contained in:
Álvaro González 2026-05-13 10:23:21 +02:00
parent f8c2778726
commit 63d9230dea

View file

@ -1,4 +1,4 @@
name: Create release from tag
name: Test checkout
on:
push:
@ -6,7 +6,7 @@ on:
- 'test*'
jobs:
create_release:
test_checkout_no_actions:
runs-on: ubuntu-latest
permissions:
contents: write # needed to create releases
@ -16,6 +16,6 @@ jobs:
- name: Checkout
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: gh repo clone $GITHUB_REPOSITORY -- --depth 1
run: gh repo clone $GITHUB_REPOSITORY . -- --depth 1
- name: List files
run: find $(pwd)