mirror of
https://github.com/kou029w/http-echo.git
synced 2025-01-18 08:05:06 +00:00
with fetch-depth: "0"
This commit is contained in:
parent
7f8734f65d
commit
7ff9463444
1 changed files with 2 additions and 0 deletions
2
.github/workflows/sync-glitch.yml
vendored
2
.github/workflows/sync-glitch.yml
vendored
|
@ -7,6 +7,8 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
fetch-depth: "0"
|
||||
- run: |
|
||||
git remote add glitch "${{ secrets.GLITCH_GIT_URL }}"
|
||||
git push glitch origin/master
|
||||
|
|
Loading…
Add table
Reference in a new issue