From c769da864cf4129cfdf084550ebe13f8f961cb93 Mon Sep 17 00:00:00 2001 From: mahula Date: Fri, 24 Feb 2023 13:52:06 +0100 Subject: [PATCH] try out env variable in admin test workflow --- .github/workflows/test-admin-interface.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-admin-interface.yml b/.github/workflows/test-admin-interface.yml index 5e6c42b83..f25cbc10c 100644 --- a/.github/workflows/test-admin-interface.yml +++ b/.github/workflows/test-admin-interface.yml @@ -11,7 +11,7 @@ jobs: # only (but most important) job from this workflow required for pull requests # check results serve as run conditions for all other jobs here files-changed: - name: Detect File Changes - $SERVICE + name: "Detect File Changes - $SERVICE" runs-on: ubuntu-latest outputs: admin: ${{ steps.changes.outputs.admin }}