Skip to content

Commit

Permalink
[Actions] Updated .github/actions/database-deploy/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 20, 2024
1 parent 0779e0f commit 61d3362
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/actions/database-deploy/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,9 @@ runs:

- name: "Get SQL Compare"
shell: bash
run: docker pull redgate/sqlcompare:15.3.0
run: docker pull redgate/sqlcompare:${{inputs.SQLCOMPARE_VERSION}}

# Need to get these to work
# /email:"${{inputs.REDGATE_EMAIL}}" \
# /token:"${{inputs.REDGATE_PAT}}" \
- name: "Build SQL Diff change"
shell: bash
run: |
Expand All @@ -49,6 +47,8 @@ runs:
--net=host \
--rm \
"redgate/sqlcompare:${{inputs.SQLCOMPARE_VERSION}}" \
/email:"${{inputs.REDGATE_EMAIL}}" \
/token:"${{inputs.REDGATE_PAT}}" \
/IAgreeToTheEULA \
/filter:"$DB_FILTER" \
/options:CaseSensitiveObjectDefinition,ConsiderNextFilegroupInPartitionSchemes,DecryptPost2kEncryptedObjects,DoNotOutputCommentHeader,ForceColumnOrder,IgnoreCertificatesAndCryptoKeys,IgnoreDatabaseAndServerName,IgnoreUserProperties,IgnoreUsersPermissionsAndRoleMemberships,IgnoreWhiteSpace,IgnoreWithElementOrder,IncludeDependencies,NoDeploymentLogging,ThrowOnFileParseFailed,UseCompatibilityLevel \
Expand Down

0 comments on commit 61d3362

Please sign in to comment.