Skip to content

Commit

Permalink
Update sync.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
akku1139 authored Dec 13, 2024
1 parent a0fd3b1 commit c0b9dba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,14 +26,15 @@ 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 }}' .
- name: Custom commands
if: ${{ inputs.cmd != '' }}
run: ${{ inputs.cmd }}
# ex: git fetch --depth=10 && git reset --hard 31e00b2fafa14a310fef63008e2e99dad97eb1d3 && git push -f

- name: Git
run: |
Expand Down

0 comments on commit c0b9dba

Please sign in to comment.