From c724ff04491c125dd7a3d243de36763e2edffb82 Mon Sep 17 00:00:00 2001 From: Quinn Date: Mon, 15 Sep 2025 09:20:07 +0200 Subject: [PATCH] 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. --- .github/workflows/ci.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7e49af3..51a3e6d 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -17,7 +17,6 @@ jobs: steps: - uses: actions/checkout@v5 with: - repository: ${{github.repository}} submodules: true fetch-depth: 1