Skip to content

Latest commit

 

History

History
133 lines (85 loc) · 3.51 KB

README.md

File metadata and controls

133 lines (85 loc) · 3.51 KB

DOTNET Action Template

TODO: ADD BADGES HERE

What is it?

⚠️Quick Note⚠️

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:

Quick Example

# TODO: Add YAML example
More Examples Below!! 👇🏼 TODO: This might not be required to be here

What does it do?

TODO: Explain what it does


Action Inputs

TODO: Show action inputs in table

Input Name Description Required Default Value
sample-input Just a sample!! yes N/A

Action Outputs

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

Examples

TODO: Show examples if required

Example 1 - (Example 1)

Example 2 - (Example 2)


Other Info

Maintainer

TODO: Update these links