lonnen/Sync a repo branch to a Glitch project repo
Synchronize changes to a branch in a GitHub repository to a Glitch.com project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Jan 19, 2024
- License
- MIT
Pinned Snippet
uses: lonnen/sync-branch-to-glitch-action@bcb3fd87d6b3ab1d9f3c795cb00fdae63a08bc86 # v0.0.3tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| glitch_git_URL | The private Glitch.com repository url retrieved from the Glitch project editor | yes | — |
| github_token | A GitHub token with permissions to read the repository. It is advisable to use an automatically generated token as described in the README | yes | — |
| github_branch | The branch of the local repository that is to be pushed to Glitch | no | main |
Outputs
no outputs