mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-04-11 04:04:17 +00:00
4 lines
No EOL
110 B
JavaScript
4 lines
No EOL
110 B
JavaScript
module.exports = function (input, map) {
|
|
this.cacheable(false);
|
|
return this.callback(null, input, map);
|
|
}; |