Unshallow the branch before pushing the mirror

This commit is contained in:
2025-02-28 12:00:33 +11:00
parent 2eb6820da8
commit 4442890dae

View File

@@ -10,6 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Unshallow the actions repo
run: git fetch --unshallow origin ${{ github.ref_name }}
- name: Making secret key file
run: touch ~/mirror_secret
- name: Protecting secret key file