diff --git a/.gitea/workflows/commentDeploy.yml b/.gitea/workflows/commentDeploy.yml index 98f3bf4..2b3dfc3 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: ./.github/actions/getTagSafeRef + uses: ./.gitea/actions/getTagSafeRef - name: Print branch_name run: ${{ steps.branch_name.outputs.branch_name }}