From f46d4e1252fdd43c5ad9dfa5fc9a0a7c9fe8ea5b Mon Sep 17 00:00:00 2001 From: Nic Cheneweth Date: Tue, 14 May 2024 11:45:05 -0500 Subject: [PATCH] [nc] test local action call Signed-off-by: Nic Cheneweth --- .github/workflows/development-build.yaml | 2 +- {.github/actions => actions}/test/action.yaml | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename {.github/actions => actions}/test/action.yaml (100%) diff --git a/.github/workflows/development-build.yaml b/.github/workflows/development-build.yaml index 924cb7e..6774c24 100644 --- a/.github/workflows/development-build.yaml +++ b/.github/workflows/development-build.yaml @@ -14,7 +14,7 @@ jobs: static-code-analysis: name: static code analysis - uses: ThoughtWorks-DPS/gha-tools-action/.github/workflows/gha-container-dev-release.yaml@main + uses: ThoughtWorks-DPS/gha-tools-action/.github/workflows/static-code-analysis.yaml@main # static-code-analysis: # name: static code analysis diff --git a/.github/actions/test/action.yaml b/actions/test/action.yaml similarity index 100% rename from .github/actions/test/action.yaml rename to actions/test/action.yaml