Skip to content

red-gate/reset-spawn-data-container

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reset Spawn Data Container Action

This action is part of a suite of Github Actions for Spawn, a service for provisioning cloud hosted, ephemeral databases for development and CI.

See the Spawn docs for an example workflow that uses this action.

Inputs

Name Description Default Required
dataContainer The data container identifier (name, or numeric ID) to reset N/A Yes
additionalArgs Any additional arguments or flags to spawnctl. These will be appended to the end '' No

Outputs

None.

Authentication

All operations require the use of a Spawn access token.

This is expected to be provided to all actions through a SPAWNCTL_ACCESS_TOKEN environment variable. This should be provided via a GitHub Secret.