oxidemod/Common Actions
Commonly used actions output for the Oxide project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| myget_source | MyGet source to publish to, defaults to https://www.myget.org/f/oxide/api/v2/package | no | https://www.myget.org/f/oxide/api/v2/package |
| myget_api_key | API key for MyGet package deployment | no | — |
| nuget_source | NuGet source to publish to, defaults to https://{{ github.repository_owner }}/index.json | no | https://nuget.pkg.github.com/${{ github.repository_owner }}/index.json |
| nuget_api_key | API key for NuGet package deployment | no | — |
| configuration | Build configuration to use, defaults to Release | no | Release |
| project_path | Path to the project file | no | — |
| solution_path | Path to the solution file | no | — |
Outputs
| name | description |
|---|---|
| project_version | Get project version |
| build_version | Get build version |
| package_version | Get package version |
| meta_version | Get meta version |
| repo_name | Get repository name |
| git_short_sha | Get git commit short SHA |