mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Pull all history in branch sync script
This got broken when it got updated to checkout@v2, which by default only checks out the specified ref and none of its history.
This commit is contained in:
1
.github/workflows/sync-branch.yaml
vendored
1
.github/workflows/sync-branch.yaml
vendored
@@ -21,6 +21,7 @@ jobs:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.event.inputs.branch_name || github.event.client_payload.branch_name }}
|
||||
fetch-depth: 0
|
||||
# This does a test post-merge and only pushes the result if the test succeeds
|
||||
# required client_payload members:
|
||||
# branch_name - the target branch
|
||||
|
||||
Reference in New Issue
Block a user