siakhooi/Publish to Repo Action
GitHub Action that publishes artifacts to a repository.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-file | The configuration file for the action. | no | publish-to-repo.yml |
| token | GitHub token with permissions to publish to the repository. | yes | — |
Outputs
| name | description |
|---|---|
| commit_sha | The SHA of the commit that was pushed. |
| committed | Indicates whether a commit was made. |
| changed_files_count | Number of files that were changed in the commit. |