mirror of
https://github.com/actions/cache.git
synced 2025-03-13 11:47:00 +00:00
Fail on purpose
This commit is contained in:
parent
119cb0c69f
commit
5483fd07c0
1 changed files with 2 additions and 1 deletions
3
dist/save/index.js
vendored
3
dist/save/index.js
vendored
|
@ -56,6 +56,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
|
||||||
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
||||||
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
||||||
});
|
});
|
||||||
|
console.log("fail on purp")
|
||||||
};
|
};
|
||||||
var __importStar = (this && this.__importStar) || function (mod) {
|
var __importStar = (this && this.__importStar) || function (mod) {
|
||||||
if (mod && mod.__esModule) return mod;
|
if (mod && mod.__esModule) return mod;
|
||||||
|
@ -60257,4 +60258,4 @@ exports.userAgentPolicy = userAgentPolicy;
|
||||||
|
|
||||||
|
|
||||||
/***/ })
|
/***/ })
|
||||||
/******/ ]);
|
/******/ ]);
|
||||||
|
|
Loading…
Add table
Reference in a new issue