aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/check-recipe-version-bump/dist/index.js
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/check-recipe-version-bump/dist/index.js')
-rw-r--r--.github/workflows/check-recipe-version-bump/dist/index.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check-recipe-version-bump/dist/index.js b/.github/workflows/check-recipe-version-bump/dist/index.js
index bccc451..92d622b 100644
--- a/.github/workflows/check-recipe-version-bump/dist/index.js
+++ b/.github/workflows/check-recipe-version-bump/dist/index.js
@@ -4063,7 +4063,7 @@ async function readFileFromGitBranch(branch, filename) {
4063 4063
4064try { 4064try {
4065 const changedFilesString = _actions_core__WEBPACK_IMPORTED_MODULE_0__.getInput('changed-files'); 4065 const changedFilesString = _actions_core__WEBPACK_IMPORTED_MODULE_0__.getInput('changed-files');
4066 const changedFiles = JSON.parse(changedFilesString); 4066 const changedFiles = changedFilesString.split(' ');
4067 4067
4068 const changedFilesInRecipes = changedFiles 4068 const changedFilesInRecipes = changedFiles
4069 .filter(filename => filename.startsWith('recipes/')) 4069 .filter(filename => filename.startsWith('recipes/'))