From df61442bd0c90a4ca91e9a03b039796329934a3a Mon Sep 17 00:00:00 2001 From: merrkry Date: Mon, 2 Dec 2024 01:19:17 +0100 Subject: [PATCH] Fix branch name --- .github/workflows/mirror.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/mirror.yaml b/.github/workflows/mirror.yaml index 50c5cd33..0aa6932b 100644 --- a/.github/workflows/mirror.yaml +++ b/.github/workflows/mirror.yaml @@ -24,12 +24,15 @@ jobs: repository: merrkry/declaratia fetch-depth: 0 path: declaratia + ref: master + token: ${{ secrets.PAT }} - uses: actions/checkout@v3 with: repository: merrkry/decalratia fetch-depth: 0 path: decalratia + ref: master - run: | python git-filter-repo/git-filter-repo --path flake.lock --invert-paths --force