WIP: Build & Release

This commit is contained in:
Michał Zieliński
2025-02-12 15:52:51 +01:00
parent 33d57ac652
commit 0760f1764f
2 changed files with 13 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
module.exports = async ({ github, context, core, jobId }) => {
const files = require('fs').readdirSync(`./${jobId}/frontend`).filter(file => file.endsWith('.js'));
console.log(files);
}
function getValue() {
return 'TEST';
}