Skip to content

Commit

Permalink
Fix branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
merrkry committed Dec 2, 2024
1 parent a6af344 commit df61442
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/mirror.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit df61442

Please sign in to comment.