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

[Feature] Add branch option #19

Merged
merged 17 commits into from Apr 13, 2022
Merged

[Feature] Add branch option #19

merged 17 commits into from Apr 13, 2022

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
README.md Outdated Show resolved Hide resolved
action.yml Show resolved Hide resolved
README.md Outdated Show resolved Hide resolved

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
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.

None yet

2 participants