diff --git a/.gitea/workflows/commentDeploy.yml b/.gitea/workflows/commentDeploy.yml index cbba5f7..2726561 100644 --- a/.gitea/workflows/commentDeploy.yml +++ b/.gitea/workflows/commentDeploy.yml @@ -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 }}"