actions-marketplace-validations/GitHub repository operations
Github Action to interact with the github repository
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jun 7, 2022
- License
- MIT
- Runtime
- Deprecated runtime
Pinned Snippet
uses: actions-marketplace-validations/jikuma_githubaction@cbb74ecca8148b07c3ac3e812d052ca8c57c32aa # no releases — HEAD as of 2026-07-12tags can be moved; commit SHAs can't. why a SHA?
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