mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Unshallow the branch before pushing the mirror
This commit is contained in:
2
.github/workflows/pages-mirror.yml
vendored
2
.github/workflows/pages-mirror.yml
vendored
@@ -10,6 +10,8 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Unshallow the actions repo
|
||||||
|
run: git fetch --unshallow origin ${{ github.ref_name }}
|
||||||
- name: Making secret key file
|
- name: Making secret key file
|
||||||
run: touch ~/mirror_secret
|
run: touch ~/mirror_secret
|
||||||
- name: Protecting secret key file
|
- name: Protecting secret key file
|
||||||
|
|||||||
Reference in New Issue
Block a user