This GitHub action is built using C#/NET and runs in a docker container. If the job step for running this action is contained in a job that runs on Windows, you will need to move the step to a job that runs on Ubuntu. You can split up your jobs to fulfill runs-on
requirements of the GitHub action. This can be accomplished by moving the step into it's own job. You can then route the action step outputs to the job outputs and use them throughout the rest of your workflow. For more information, refer to the Github documentation links below:
For more info on step and job outputs, refer to the GitHub documentation links below:
# TODO: Add YAML example
TODO: Explain what it does
TODO: Show action inputs in table
Input Name | Description | Required | Default Value |
---|---|---|---|
sample-input | Just a sample!! | yes | N/A |
TODO: Show action outputs in table
Output Name | Description | Values Returned |
---|---|---|
valid-output | Just a sample!! true or false indicating whether or not the branch is valid. | true or false |
TODO: Show examples if required
TODO: Update these links
- Calvin Wilkinson (Owner and main contributor of the GitHub organization KinsonDigital)
- NET GitHub Action Sample is used in various projects for this organization with great success.
- Click here to report any issues for this GitHub action!!