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 23d0aba commit a0fd3b1
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,9 +26,10 @@ jobs:
# uses: actions/checkout@v4
# with:
# ref: upstream
# ${{ secrets.PAT }} akku's personal token
run: |
git clone --depth=1 -b upstream \
'https://akku1139:${{ srcrets.PAT }}@github.com/${{ github.repository }}' .
'https://akku1139:${{ secrets.PAT }}@github.com/${{ github.repository }}' .
- name: Custom commands
if: ${{ inputs.cmd != '' }}
Expand Down

0 comments on commit a0fd3b1

Please sign in to comment.