mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-02-04 21:53:42 -06: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:
parent
dba042d7d5
commit
d40663f7e5
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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user