maybe fix
Some checks failed
CI / build-and-test (pull_request) Failing after 3m9s

This commit is contained in:
Tobias Klemp
2026-01-01 19:35:41 +01:00
parent c56f1f701f
commit 2c78aeeddd
3 changed files with 25 additions and 22 deletions

View File

@@ -12,10 +12,10 @@ jobs:
steps:
- name: Get tag safe branch name
id: branch_name
uses: .gitea/actions/getTagSafeRef.yml
uses: .gitea/actions/getTagSafeRef
- name: Print branch_name
run: ${{ steps.branch_name.outputs.branch_name }}
run: echo "${{ steps.branch_name.outputs.branch_name }}"
# - name: Build and push image
# id: docker_build