diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 5599832ae..d02dd0a0b 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -26,7 +26,7 @@ jobs: # uses: actions/checkout@v4 # with: # ref: upstream - # ${{ secrets.PAT }} akku's personal token + # ${{ secrets.PAT }}: akku's personal token run: | git clone --depth=1 -b upstream \ 'https://akku1139:${{ secrets.PAT }}@github.com/${{ github.repository }}' . @@ -34,6 +34,7 @@ jobs: - name: Custom commands if: ${{ inputs.cmd != '' }} run: ${{ inputs.cmd }} + # ex: git fetch --depth=10 && git reset --hard 31e00b2fafa14a310fef63008e2e99dad97eb1d3 && git push -f - name: Git run: |