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

This commit is contained in:
Tobias Klemp
2026-01-01 19:04:57 +01:00
parent 14170e3261
commit 0b523e75fd

View File

@@ -4,13 +4,13 @@ on: issue_comment
jobs:
testing:
if: |
github.event.issue.pull_request &&
startsWith(github.event.comment.body, '/deploy')
gitea.event.issue.pull_request &&
startsWith(gitea.event.comment.body, '/deploy')
runs-on: ubuntu-latest
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 }}