Skip to content

Commit

Permalink
Allow setting description for a build
Browse files Browse the repository at this point in the history
  • Loading branch information
ross-martin committed Aug 25, 2021
1 parent 18d4bbd commit 805c876
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ inputs:
description: Convox Console host address
required: false
default: console.convox.com
description:
description: Convox build description
required: false
runs:
using: docker
image: Dockerfile
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ then
export CONVOX_HOST=$INPUT_HOST
fi
export CONVOX_RACK=$INPUT_RACK
convox deploy --app $INPUT_APP --wait
convox deploy --app $INPUT_APP --description "$INPUT_DESCRIPTION" --wait

0 comments on commit 805c876

Please sign in to comment.