Update repo directory layout to work with actions
All checks were successful
Generate Release / validate_and_release (push) Successful in 5s

This commit is contained in:
Fred Boniface
2025-12-04 20:50:59 +00:00
parent d97529e7e4
commit b64f4e627b
3 changed files with 1 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
const fs = require('fs')
const yaml = require('yaml')
const directoryPath = './pis/'
const directoryPath = './pis'
function sortAndMergeYAMLFiles() {
try {