mirror of
https://gitea.com/actions/cache.git
synced 2025-11-13 03:36:22 +08:00
Compare commits
1 Commits
44a7049ada
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
8dbc2f5bee |
47336
dist/restore-only/index.js
vendored
47336
dist/restore-only/index.js
vendored
File diff suppressed because one or more lines are too long
47336
dist/restore/index.js
vendored
47336
dist/restore/index.js
vendored
File diff suppressed because one or more lines are too long
47336
dist/save-only/index.js
vendored
47336
dist/save-only/index.js
vendored
File diff suppressed because one or more lines are too long
47336
dist/save/index.js
vendored
47336
dist/save/index.js
vendored
File diff suppressed because one or more lines are too long
4114
package-lock.json
generated
4114
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -23,7 +23,7 @@
|
|||||||
"author": "GitHub",
|
"author": "GitHub",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@actions/cache": "file:/workspaces/toolkit/packages/cache",
|
"@actions/cache": "^3.2.3",
|
||||||
"@actions/core": "^1.10.0",
|
"@actions/core": "^1.10.0",
|
||||||
"@actions/exec": "^1.1.1",
|
"@actions/exec": "^1.1.1",
|
||||||
"@actions/io": "^1.1.2"
|
"@actions/io": "^1.1.2"
|
||||||
@@ -42,7 +42,7 @@
|
|||||||
"eslint-plugin-prettier": "^4.2.1",
|
"eslint-plugin-prettier": "^4.2.1",
|
||||||
"eslint-plugin-simple-import-sort": "^7.0.0",
|
"eslint-plugin-simple-import-sort": "^7.0.0",
|
||||||
"jest": "^28.1.3",
|
"jest": "^28.1.3",
|
||||||
"jest-circus": "^27.5.1",
|
"jest-circus": "^29.7.0",
|
||||||
"nock": "^13.2.9",
|
"nock": "^13.2.9",
|
||||||
"prettier": "^2.8.0",
|
"prettier": "^2.8.0",
|
||||||
"ts-jest": "^28.0.8",
|
"ts-jest": "^28.0.8",
|
||||||
|
|||||||
@@ -22,7 +22,8 @@ export async function restoreImpl(
|
|||||||
// Validate inputs, this can cause task failure
|
// Validate inputs, this can cause task failure
|
||||||
if (!utils.isValidEvent()) {
|
if (!utils.isValidEvent()) {
|
||||||
utils.logWarning(
|
utils.logWarning(
|
||||||
`Event Validation Error: The event type ${process.env[Events.Key]
|
`Event Validation Error: The event type ${
|
||||||
|
process.env[Events.Key]
|
||||||
} is not supported because it's not tied to a branch or tag ref.`
|
} is not supported because it's not tied to a branch or tag ref.`
|
||||||
);
|
);
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user