update inputs and docs
This commit is contained in:
Родитель
05ed5cedac
Коммит
47a191bdf2
|
@ -253,6 +253,7 @@ As seen above, we have two steps. One for a noop deploy, and one for a regular d
|
|||
| required_contexts | no | false | Manually enforce commit status checks before a deployment can continue. Only use this option if you wish to manually override the settings you have configured for your branch protection settings for your GitHub repository. Default is "false" - Example value: "context1,context2,context3" - In most cases you will not need to touch this option |
|
||||
| allow_forks | no | true | Allow branch deployments to run on repository forks. If you want to harden your workflows, this option can be set to false. Default is "true" |
|
||||
| admins | no | false | A comma seperated list of GitHub usernames or teams that should be considered admins by this Action. Admins can deploy pull requests without the need for branch protection approvals. Example: "monalisa,octocat,my-org/my-team" |
|
||||
| admins_pat | no | false | A GitHub personal access token with "read:org" scopes. This is only needed if you are using the "admins" option with a GitHub org team. For example: "my-org/my-team" |
|
||||
|
||||
## Outputs 📤
|
||||
|
||||
|
|
|
@ -65,6 +65,10 @@ inputs:
|
|||
description: 'A comma seperated list of GitHub usernames or teams that should be considered admins by this Action. Admins can deploy pull requests without the need for branch protection approvals. Example: "monalisa,octocat,my-org/my-team"'
|
||||
required: false
|
||||
default: "false"
|
||||
admins_pat:
|
||||
description: 'A GitHub personal access token with "read:org" scopes. This is only needed if you are using the "admins" option with a GitHub org team. For example: "my-org/my-team"'
|
||||
required: false
|
||||
default: "false"
|
||||
outputs:
|
||||
triggered:
|
||||
description: 'The string "true" if the trigger was found, otherwise the string "false"'
|
||||
|
|
Загрузка…
Ссылка в новой задаче