chore: added missing path require

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-02-01 15:13:17 +01:00
parent b22a1e279c
commit 11c86325ea
+1
View File
@@ -17,6 +17,7 @@
*/
const { Octokit } = require('@octokit/rest');
const path = require('path');
const baseOptions = {
owner: 'backstage',