fix: remove unused branch output from action

This commit is contained in:
2026-01-27 06:21:36 +03:00
parent c0f05bc5f2
commit 8c1833689a
@@ -17,11 +17,6 @@ inputs:
description: "DockerHub password"
required: false
default: ""
outputs:
branch:
description: "Branch name for the PR"
value: ${{ steps.branch.outputs.branch }}
runs:
using: "composite"
steps: