bufferapp/Bufferbot Helper
Your helpful GitHub Actions bot for Buffer deployments.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| repo-token | Token for GitHub | yes | — |
| staging-url-template | Staging URL string with a `{{placeholder}}` for the formatted branch name. | yes | — |
| service-name | The name of the service as used in deployment keys. Usually the name of the repository. E.g., "buffer-publish" | yes | — |
| action | The action to perform. Defaults to "pr-comment" which posts a comment on PRs with links/context. Can also be "get-staging-url-when-deployed" to return staging URL for further use in the workflow. See the README.md for more details. | no | pr-comment |
Outputs
| name | description |
|---|---|
| stagingUrl | The staging URL of the deployment when it has been completed. Only returned when the input action is "get-staging-url-when-deployed" |