ivvist/ci-action
Continious Integration action for go- and node- projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| ignore | Folders and files that will be ignored when checking (comma separated) | no | — |
| organization | The name of the organization(s) on GitHub containing private repositories (comma separated) | — | untillpro |
| token | Auth token used to fetch dependencies from private repositories | — | — |
| codecov-token | Codecov token | — | — |
| codecov-go-race | Codecov: use Go Race Detector | — | true |
| publish-asset | File / dir name to publish | — | — |
| publish-token | Auth token used to publish | — | ${{ github.token }} |
| publish-keep | Number of kept releases (0 - all) | — | 8 |
| repository | Repository name with owner. For example, untillpro/ci-action | — | ${{ github.repository }} |
| run-mod-tidy | Only for go-projects: execute `go mod tidy` | — | true |
| main-branch | Main branch name | — | main |
| ignore-copyright | Do not check the copyright in first comments of source code | — | false |
Outputs
| name | description |
|---|---|
| release_id | The ID of the created Release |
| release_name | The name (version) of the created Release |
| release_html_url | The URL users can navigate to in order to view the release |
| release_upload_url | The URL for uploading assets to the release |
| asset_browser_download_url | The URL users can navigate to in order to download the uploaded asset |