From 0b523e75fdc83f6c74723d16b98df4c05f2b750e Mon Sep 17 00:00:00 2001 From: Tobias Klemp Date: Thu, 1 Jan 2026 19:04:57 +0100 Subject: [PATCH] fix path again --- .gitea/workflows/commentDeploy.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/commentDeploy.yml b/.gitea/workflows/commentDeploy.yml index 8e9d614..6989820 100644 --- a/.gitea/workflows/commentDeploy.yml +++ b/.gitea/workflows/commentDeploy.yml @@ -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 }}