solana-mobile/Commit artifact to branch
Commit a GitHub uploaded artifact to a target branch. This is useful for, e.g., committing build output to gh-pages.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| token | a GitHub token to use when committing. If the commit should trigger further workflows (for e.g., a GitHub Pages deployment flow), make sure to use a PAT. | yes | — |
| branch | the branch name to commit to | yes | — |
| artifact-name | the name of an artifact (previously uploaded with actions/upload-artifact) | yes | — |
| dest | the destination directory to commit the artifact into | no | "" |
| commit-author-name | the Git author name for the generated commit | no | Continuous Integration |
| commit-author-email | the Git author email for the generated commit | no | "" |
| commit-message | the Git commit message | no | Committing GitHub Actions workflow artifact |
Outputs
no outputs