fix(docs): Test auto commit

This commit is contained in:
Sidharth Vinod 2022-10-03 12:00:59 +08:00
parent 8d9800c727
commit d367e832be
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD
1 changed files with 2 additions and 2 deletions

View File

@ -21,9 +21,9 @@ jobs:
- uses: actions/checkout@v3
if: ${{ github.event_name == 'pull_request' }}
with:
# repository: ${{ github.event.pull_request.head.repo.full_name }}
# ref: ${{ github.event.pull_request.head.ref }}
fetch-depth: 2
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
- uses: actions/checkout@v3
if: ${{ github.event_name != 'pull_request' }}