Skip to content

280780363/sqlserver-action

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

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SqlServer GitHub Action

This GitHub Action sets up a SqlServer database.

Usage

steps:
- uses: 280780363/sqlserver-action@v1.0
  with:
    accept eula: Y #Required, ACCEPT_EULA confirms your acceptance of the End-User Licensing Agreement.
    sa password: SqlSever123123 # Optional, default value is SqlSever123123.

Docker source Docker Hub.