particular/Run SQL Server
Runs SQL Server using a method appropriate for the target platform
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Maintainedlast commit Dec 1, 2025
- License
- MIT
Pinned Snippet
uses: particular/install-sql-server-action@669fc7147c13cb314685bab823a55a5e22a0c95f # v1.4.0tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| connection-string-env-var | Name of the output environment variable that will receive the connection string | yes | — |
| catalog | Name of the initial database name (catalog) to create | no | nservicebus |
| collation | The collation to use for the SQL Server database | no | SQL_Latin1_General_CP1_CS_AS |
| sqlserver-version | The SQL server major version to use | no | 2022 |
| extra-params | Extra parameters to add to the connection string | no | — |
| enable-full-text-search | Enable SQL Server Full-Text Search installation | no | false |
Outputs
no outputs