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 GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
tokena 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
branchthe branch name to commit toyes
artifact-namethe name of an artifact (previously uploaded with actions/upload-artifact)yes
destthe destination directory to commit the artifact intono""
commit-author-namethe Git author name for the generated commitnoContinuous Integration
commit-author-emailthe Git author email for the generated commitno""
commit-messagethe Git commit messagenoCommitting GitHub Actions workflow artifact

no outputs