mirror of
https://code.forgejo.org/actions/checkout.git
synced 2026-08-28 21:14:59 -04:00
.
This commit is contained in:
parent
7739b9ba2e
commit
4dafa43b52
3 changed files with 9159 additions and 25060 deletions
|
|
@ -87,6 +87,6 @@ inputs:
|
|||
description: The base URL for the GitHub instance that you are trying to clone from, will use environment defaults to fetch from the same instance that the workflow is running from unless specified. Example URLs are https://github.com or https://my-ghes-server.example.com
|
||||
required: false
|
||||
runs:
|
||||
using: node16
|
||||
using: node20
|
||||
main: dist/index.js
|
||||
post: dist/index.js
|
||||
|
|
|
|||
15915
package-lock.json
generated
15915
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -37,7 +37,7 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"@types/jest": "^27.0.2",
|
||||
"@types/node": "^12.7.12",
|
||||
"@types/node": "^20.5.3",
|
||||
"@types/uuid": "^3.4.6",
|
||||
"@typescript-eslint/eslint-plugin": "^5.45.0",
|
||||
"@typescript-eslint/parser": "^5.45.0",
|
||||
|
|
|
|||
Loading…
Reference in a new issue