griceturrble/GitHub Actions CD
Handles continuous delivery and automated releases for a GitHub Actions action repo.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | The token that the action will use to create releases. | — | ${{ github.token }} |
| version_file | Path to a file where the current version is tracked. The file should contain a semver-compliant version. Changes to this file trigger the workflow to create releases and tags. | — | VERSION |
Outputs
no outputs