mirror of
https://github.com/Azure/setup-kubectl.git
synced 2026-02-11 18:19:21 +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);
|
|
}; |