From 2cd249c1726170a46ddd09dd0658657f7d06eba5 Mon Sep 17 00:00:00 2001 From: JAHN Date: Wed, 8 Mar 2023 12:21:42 -0800 Subject: [PATCH] test --- .github/actions/array-test/action.yml | 1 + .github/workflows/array-test.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/actions/array-test/action.yml b/.github/actions/array-test/action.yml index 7218ce4..448d45e 100644 --- a/.github/actions/array-test/action.yml +++ b/.github/actions/array-test/action.yml @@ -24,6 +24,7 @@ runs: do echo "===============" path="${dir}/${arr}" + echo "${path}" if [ ! -d "${path}" ]; then continue fi diff --git a/.github/workflows/array-test.yml b/.github/workflows/array-test.yml index 3884cf1..a71ab8e 100644 --- a/.github/workflows/array-test.yml +++ b/.github/workflows/array-test.yml @@ -13,6 +13,6 @@ jobs: - uses: ./.github/actions/array-test with: array: | - docker minify-test + docker:minify-test helm static