Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: default labels should be undefined #566

Merged
merged 1 commit into from
Aug 15, 2022
Merged

Conversation

chingor13
Copy link
Contributor

@chingor13 chingor13 commented Aug 15, 2022

The fixes the build issue where the release-PR labels are defaulting to [] when it should default to undefined. getMultilineInput() defaults to returning [] when the config entry is not set.

This is causing the dogfood run of this action to fail: https:/google-github-actions/release-please-action/runs/7845000323?check_suite_focus=true

This bug was introduced in #474 but is unreleased.

@actions/core does not provide any guidance on how to test default inputs.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants