From c56f1f701fd2b058147859d56083b0d9bd25239c Mon Sep 17 00:00:00 2001 From: Tobias Klemp Date: Thu, 1 Jan 2026 19:28:41 +0100 Subject: [PATCH] test --- .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 2b3dfc3..c7d39e0 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: ./.gitea/actions/getTagSafeRef + uses: .gitea/actions/getTagSafeRef.yml - name: Print branch_name run: ${{ steps.branch_name.outputs.branch_name }}