remove explicit definition for repository, since it messes with act

`act` allows to debug github workflows before sending them to the
server, allowing to test some behaviour, before pushing.
This commit is contained in:
2025-09-15 09:20:07 +02:00
parent 348c4e484c
commit c724ff0449

View File

@@ -17,7 +17,6 @@ jobs:
steps:
- uses: actions/checkout@v5
with:
repository: ${{github.repository}}
submodules: true
fetch-depth: 1