From dcbe9805f4bb9e5128d8c802e2517943b4c09aa0 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Mon, 18 Sep 2023 17:37:47 -0600 Subject: [PATCH] chore: move variable declaration (#1584) Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com> Co-authored-by: tj-actions[bot] <109116665+tj-actions-bot@users.noreply.github.com> Co-authored-by: GitHub Action --- dist/index.js | Bin 1703985 -> 1703993 bytes dist/index.js.map | Bin 1710567 -> 1710575 bytes src/changedFiles.ts | 6 +++--- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dist/index.js b/dist/index.js index 15622a080aae22796e39cddf80a96194654bb20e..47ebd7398bf1de90de4626e9288f2b08095dee79 100644 GIT binary patch delta 164 zcmdnkkg>BNV}qB#^wvyPfyp-o1Sc;M5TEYHE5tTAKtNnj0SJ=w^NLFpk~0$X(o<8W zzmpJ^o8IRtEZlrkp#7!*BM>tIF*6Xe05K~NvjH(X5OV-AClGT1F*gwN05LBR^8qnG g5QFp!05LV}qB# zVkRJF24WTGXMbS=pxBO=Xr4Q2>JE{Ji24h2)IH zy!6x*@6^ia@7csI}mdKF((jn0Wmia^8hg~ l5c2^sKM)H5F-Wfv5DNpb2oQ?`u^14G1F^*R+fyZZS^&NIN#p 0) { + const modifiedKeys: string[] = [] + const changedKeys: string[] = [] + for (const key of Object.keys(yamlFilePatterns)) { core.startGroup(`changed-files-yaml-${key}`) const allFilteredDiffFiles = await getFilteredChangedFiles({