From 2120e69b2e22dd66f9c4f05894f3df41270b69a1 Mon Sep 17 00:00:00 2001 From: Ryan Weaver Date: Fri, 17 Dec 2021 09:35:46 -0500 Subject: [PATCH] Copying the "archived/" directory from recipes-checker --- .github/workflows/callable-flex-update.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/callable-flex-update.yml b/.github/workflows/callable-flex-update.yml index 79129af3..cb0159bb 100644 --- a/.github/workflows/callable-flex-update.yml +++ b/.github/workflows/callable-flex-update.yml @@ -47,5 +47,7 @@ jobs: git rm -q *.json mv .github/flex-endpoint/*.json . git add *.json + cp -a .github/flex-endpoint/archived . + git add archived/ git commit -m 'Update Flex endpoint' || true git push origin -f flex/main