mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-24 04:15:33 +00:00
.
This commit is contained in:
parent
afff79a5a2
commit
c124b3fb75
2 changed files with 2 additions and 2 deletions
|
@ -20,7 +20,7 @@ export async function downloadRepository(
|
|||
): Promise<void> {
|
||||
const octokit = new github.GitHub(accessToken)
|
||||
const params: ReposGetArchiveLinkParams = {
|
||||
archive_format: IS_WINDOWS ? 'zipball' : 'tarballl',
|
||||
archive_format: IS_WINDOWS ? 'zipball' : 'tarball',
|
||||
owner: owner,
|
||||
repo: repo,
|
||||
ref: ref
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue