1
0
Fork 0
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:
Nebel 2022-09-01 18:43:47 +09:00
parent 7f8734f65d
commit 7ff9463444

View file

@ -7,6 +7,8 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
with:
fetch-depth: "0"
- run: | - run: |
git remote add glitch "${{ secrets.GLITCH_GIT_URL }}" git remote add glitch "${{ secrets.GLITCH_GIT_URL }}"
git push glitch origin/master git push glitch origin/master