mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-18 04:15:42 +00:00
feat: add ability to unset GITHUB_ACTION env var
Signed-off-by: David van der Spek <david.vanderspek@flyrlabs.com>
This commit is contained in:
parent
fbe969823c
commit
266ea7eb8c
5 changed files with 12 additions and 2 deletions
|
|
@ -23,6 +23,9 @@ inputs:
|
|||
ci:
|
||||
required: false
|
||||
description: 'Whether to run semantic release with CI support (default: true). It will override the ci attribute in your configuration file'
|
||||
unset_gha_env:
|
||||
required: false
|
||||
description: 'Whether to unset the GITHUB_ACTIONS environment variable. This can be useful when trying to run semantic-release as part of PR checks.'
|
||||
extends:
|
||||
required: false
|
||||
description: 'One or several sharable configurations, https://semantic-release.gitbook.io/semantic-release/usage/configuration#extends'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue