zipper-inc/Zipper Action
Run any Zipper project from a GitHub Action, which really means you can run arbitrary Typescript functions in serverless environment. Easy to test and update outside of GitHub Actions.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| applet-slug | The slug of the Zipper Applet you want to run | yes | — |
| filename | The handler that you want to run. Defaults to main.ts | no | main.ts |
| inputs | — | yes | — |
| zipper-access-token | A Zipper Applet access token that has permission to run the applet (if it requires auth) | no | — |
| await | Awaits the handler function before completing the GitHub Action run | no | true |
Outputs
| name | description |
|---|---|
| result | The result of your applet run. Returns a boolean status if `await` is false. |