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