We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e20de52 commit c3dde42Copy full SHA for c3dde42
1 file changed
action.yml
@@ -12,6 +12,12 @@ inputs:
12
app:
13
description: 'App Name'
14
required: true
15
+ branch:
16
+ description: 'Branch to be deployed'
17
+ required: false
18
+ image:
19
+ description: 'Docker image to be deployed'
20
21
22
runs:
23
using: 'docker'
@@ -20,3 +26,5 @@ runs:
26
server: ${{ inputs.server }}
27
app: ${{ inputs.app }}
28
token: ${{ inputs.token }}
29
+ image: ${{ inputs.image }}
30
+ branch: ${{ inputs.branch }}
0 commit comments