diff --git a/.github/workflows/callable-flex-update.yml b/.github/workflows/callable-flex-update.yml index 79129af38..cb0159bbd 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