From 32b391d15dd750f786293155d42c0a53e468e3b1 Mon Sep 17 00:00:00 2001 From: Tobias Klemp Date: Thu, 1 Jan 2026 18:59:04 +0100 Subject: [PATCH] fix actions path --- .gitea/workflows/commentDeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/commentDeploy.yml b/.gitea/workflows/commentDeploy.yml index 98f3bf4..2b3dfc3 100644 --- a/.gitea/workflows/commentDeploy.yml +++ b/.gitea/workflows/commentDeploy.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Get tag safe branch name id: branch_name - uses: ./.github/actions/getTagSafeRef + uses: ./.gitea/actions/getTagSafeRef - name: Print branch_name run: ${{ steps.branch_name.outputs.branch_name }}