0
1
Fork 0
mirror of https://github.com/actions/checkout synced 2024-06-18 14:38:20 +02:00
This commit is contained in:
Tatyana Kostromskaya 2023-08-23 14:26:06 +00:00
parent 7739b9ba2e
commit 4dafa43b52
3 changed files with 9 additions and 15910 deletions

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -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",