ditointernet/Rollback deploy on Firebase Hosting
A GitHub Action to rollback a deploy on Firebase Hosting
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| firebaseServiceAccount | Firebase service account JSON | yes | — |
| projectId | The project to deploy to. If you leave this blank, make sure you check in a .firebaserc file | no | — |
| channelId | The ID of the channel to deploy to. If you leave this blank, a preview channel and its ID will be auto-generated per branch or PR. | no | — |
| deleteChannel | The ID of the channel to remove. Leave's blank with you don't want to remove a preview channel. | no | — |
| versionName | The versionName of deploy to rollback | no | — |
| entryPoint | The location of your firebase.json file, relative to the root of your directory | no | . |
Outputs
| name | description |
|---|---|
| releases | List of releases |
| current_version | Current deployed version |