We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02e888 commit ef55836Copy full SHA for ef55836
action.yml
@@ -17,7 +17,7 @@ inputs:
17
version:
18
description: 'Version of sqldef to use'
19
required: false
20
- default: 'v3.0.1'
+ default: 'v3.1.4'
21
config-file:
22
description: 'Path to sqldef config file'
23
@@ -79,12 +79,10 @@ inputs:
79
mssql-database:
80
description: 'SQL Server database'
81
82
-
83
# GitHub token for PR comments
84
github-token:
85
description: 'GitHub token for commenting on pull requests'
86
required: true
87
88
runs:
89
using: 'node24'
90
main: 'dist/index.js'
0 commit comments