mirror of
https://github.com/cycjimmy/semantic-release-action.git
synced 2026-04-11 17:20:05 +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
|
|
@ -126,8 +126,8 @@ exports.handleRepositoryUrlOption = () => {
|
|||
core.debug(`repository_url input: ${repositoryUrl}`);
|
||||
|
||||
if (repositoryUrl) {
|
||||
return { r: repositoryUrl };
|
||||
return { r: repositoryUrl };
|
||||
} else {
|
||||
return {};
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue