jikuma/GitHub repository operations
Github Action to interact with the github repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | The GITHUB_TOKEN secret | yes | — |
| operation | Define an operation you want to take, e.g 'create a release', 'upload to release' | yes | create a release |
| tag_name | tag name of the release | — | Release-GITHUB_SHORT_SHA |
| release_title | title of the release | — | — |
| release_note | add a release note | — | — |
| release_draft | is this a draft release | — | — |
| release_prerelease | is this a pre-release version | — | — |
| asset_filepath | filepath for the asset to be uploaded to release | — | — |
Outputs
no outputs