fix: remove unused branch output from action
This commit is contained in:
@@ -17,11 +17,6 @@ inputs:
|
|||||||
description: "DockerHub password"
|
description: "DockerHub password"
|
||||||
required: false
|
required: false
|
||||||
default: ""
|
default: ""
|
||||||
outputs:
|
|
||||||
branch:
|
|
||||||
description: "Branch name for the PR"
|
|
||||||
value: ${{ steps.branch.outputs.branch }}
|
|
||||||
|
|
||||||
runs:
|
runs:
|
||||||
using: "composite"
|
using: "composite"
|
||||||
steps:
|
steps:
|
||||||
|
|||||||
Reference in New Issue
Block a user