1
0
Fork 0
mirror of https://github.com/actions/checkout.git synced 2025-04-03 15:00:06 +02:00
This commit is contained in:
eric sciple 2019-12-03 11:22:59 -05:00
parent d166a525d1
commit 2c94fc8b14
2 changed files with 293 additions and 973 deletions

1264
dist/index.js vendored

File diff suppressed because it is too large Load diff

View file

@ -2,7 +2,7 @@
"name": "checkout",
"version": "2.0.0",
"description": "checkout action",
"main": "dist/index.js",
"main": "lib/main.js",
"scripts": {
"build": "tsc",
"format": "prettier --write **/*.ts",