From 5dad7928d169f03ac6509709cfc4f8fc88cf3d82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20L=C3=A4ubrich?= Date: Tue, 13 Aug 2024 16:06:09 +0200 Subject: [PATCH] Update bump-bundles.yml --- .github/workflows/bump-bundles.yml | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/.github/workflows/bump-bundles.yml b/.github/workflows/bump-bundles.yml index 0939cd2e48..51c4261113 100644 --- a/.github/workflows/bump-bundles.yml +++ b/.github/workflows/bump-bundles.yml @@ -17,16 +17,8 @@ jobs: id: list-bundles run: | pwd - ls - directories=($(ls -d */)) - directories=("${directories[@]%/}") - json_array=() - for dir in "${directories[@]}"; do - json_array+=("\"$dir\"") - done - json_elements=$(IFS=,; echo "${json_array[*]}") - json_output="{ \"bundles\": [$json_elements] }" - echo "bundles=$json_output" | tee -a "$GITHUB_OUTPUT" + ls -a + update-bundles: runs-on: ubuntu-latest if: always()