workflows

This commit is contained in:
Jan Prochazka
2024-12-28 15:03:38 +01:00
parent d3b417679e
commit 2f8c584af5
2 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ const rimraf = require('rimraf');
const _ = require('lodash');
const indir = path.resolve(path.join(__dirname, '..', 'workflow-templates'));
const outdir = path.resolve(path.join(__dirname, '..', 'workflow-templates'));
const outdir = path.resolve(path.join(__dirname, '..', '.github', 'workflows'));
const includes = {};