plasmicapp/Plasmic action
Performs actions in Plasmic projects
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| run | Action to perform ('init', 'sync', 'build') | yes | — |
| github_token | GitHub token, used to push back to repository | no | — |
| project_id | Plasmic project ID | no | — |
| project_api_token | Plasmic project API token | no | — |
| platform | Framework ('nextjs', 'gatsby', 'react') | no | — |
| language | Language ('js', 'ts') | no | — |
| scheme | Scheme ('codegen', 'loader') | no | — |
| branch | Branch to use | no | — |
| title | Commit title | no | — |
| description | Commit description | no | — |
| directory | Working directory, relative to repository root | no | — |
| sync_action | Sync action to perform ('commit', 'pr') | no | — |
| skip_if_plasmic | Skip build if last commit was authored by Plasmic | no | — |
Outputs
| name | description |
|---|---|
| synced | True if project was synced |
| new_branch | New branch name (if a new branch was created) |
| publish_dir | Build/dist directory to publish (if project was built) |