From a21506c0fa014a3131cd74c74b704f8efe74a023 Mon Sep 17 00:00:00 2001 From: Zack Spear Date: Tue, 8 Aug 2023 13:29:12 -0700 Subject: [PATCH] test: web build action --- .github/workflows/pull-request-web.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-web.yml b/.github/workflows/pull-request-web.yml index d76f9f7cc..d4ebdde4b 100644 --- a/.github/workflows/pull-request-web.yml +++ b/.github/workflows/pull-request-web.yml @@ -20,5 +20,7 @@ jobs: id: branch-name uses: tj-actions/branch-names@v6 - - name: Lint, Test, and Build Web Components - uses: "unraid/lint-test-build-web@${{ steps.branch-name.outputs.current_branch }}" + - uses: jenseng/dynamic-uses@v1 + name: Lint, Test, and Build Web Components + with: + uses: "unraid/lint-test-build-web@${{ steps.branch-name.outputs.current_branch }}"