Merge pull request #47 from yuhattor/add-output-to-action

Edit action.yml outputs and descriptions to suitable forms
This commit is contained in:
Yuki Hattori 2022-09-20 18:28:09 +09:00 коммит произвёл GitHub
Родитель 27880ef862 1ed472d76a
Коммит 151372f229
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -1,11 +1,11 @@
name: 'Deploy to Azure Container App'
name: 'Create Azure Container App Revision for Review'
description: 'GitHub Action to create a new Container App revision for PR review. github.com/Azure/Actions'
inputs:
resource-group:
description: 'Name of the Resource Group in which the Container App will be created'
required: true
name:
description: 'TBD: Name of the Container Group Instance - this should be aquired with cred automatically'
description: 'Name of the Container App'
required: true
image:
description: Name of Container Image. If the `mode` input is `deactivate-revision`, this input is ignored.
@ -17,8 +17,8 @@ inputs:
description: Enable Deactivation-Revision Mode of this action. `true` or `false`. Default value is `false`
required: false
outputs:
revision-info:
description: 'Revision creation result information'
app-url:
description: 'Deployed App URL'
branding:
icon: 'azure-logo.svg'
color: 'blue'