Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
githubsaturn authored Dec 7, 2022
1 parent e20de52 commit c3dde42
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ inputs:
app:
description: 'App Name'
required: true
branch:
description: 'Branch to be deployed'
required: false
image:
description: 'Docker image to be deployed'
required: false

runs:
using: 'docker'
Expand All @@ -20,3 +26,5 @@ runs:
server: ${{ inputs.server }}
app: ${{ inputs.app }}
token: ${{ inputs.token }}
image: ${{ inputs.image }}
branch: ${{ inputs.branch }}

0 comments on commit c3dde42

Please sign in to comment.