fix path
Some checks failed
CI / build-and-test (push) Failing after 2m54s

This commit is contained in:
Tobias Klemp
2026-01-01 19:39:09 +01:00
parent 0938ce1270
commit a0b9e5b692

View File

@@ -10,7 +10,7 @@ jobs:
steps:
- name: Get tag safe branch name
id: branch_name
uses: .gitea/actions/getTagSafeRef
uses: ./.gitea/actions/getTagSafeRef
- name: Print branch_name
run: echo "${{ steps.branch_name.outputs.branch_name }}"