Skip to content

Conversation

@himynameisdave
Copy link
Contributor

Feature request came in to add a --branch option to the GitHub action. This PR adds that.

@himynameisdave himynameisdave added the enhancement New feature or request label Mar 11, 2022

export const FOSSA_API_KEY = getInput('api-key', getInputOptions(true));
export const CONTAINER = getInput('container', getInputOptions());
export const RUN_TESTS = getBooleanInput('run-tests', {required: false});
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was added in a recent version of @actions/core, so I thought I'd make the change here.

fix it fix it fix it fix it fix it fix it
fix it fix it fix it fix it fix it fix it
Run the test ones last, they take awhile
@himynameisdave himynameisdave merged commit 942c3da into main Apr 13, 2022
@himynameisdave himynameisdave deleted the allow-branch-option branch April 13, 2022 16:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants