From 4b0af17ed6ce3763ac66b95838af08217c5dea3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hochst=C3=B6ger=20Matthias?= <116495532+mhochsto@users.noreply.github.com> Date: Tue, 17 Sep 2024 14:13:35 +0200 Subject: [PATCH] fix: corrected path for semantic workflow --- .github/workflows/semantic.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/semantic.yml b/.github/workflows/semantic.yml index 0258744..e1b58c2 100644 --- a/.github/workflows/semantic.yml +++ b/.github/workflows/semantic.yml @@ -11,4 +11,4 @@ permissions: jobs: semantic_pr-name: name: semantic_pr-name - uses: evva-sfw/.github/semantic.yml@main + uses: evva-sfw/.github/workflows/semantic.yml@main \ No newline at end of file