Skip to content

Commit

Permalink
[Actions] Updated .github/actions/build/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 13, 2024
1 parent 0142927 commit 8918a33
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/actions/build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,15 @@ inputs:
SQL_PASSWORD:
description: 'Password for SQL_USER'
required: false
REDGATE_EMAIL:
description: 'Redgate authentication email'
required: true
REDGATE_PAT:
description: 'Redgate authentication Personal Access Token'
required: true
SQLCOMPARE_VERSION:
description: 'Version of SQL Compare to use'
required: true

runs:
using: "composite"
Expand Down Expand Up @@ -326,6 +335,9 @@ runs:
BUILD_VERSION: ${{env.BUILD_VERSION}}
BUILD_SQL: ${{steps.check_files.outputs.SQL_EXIST}}
DB_FOLDER: ${{github.workspace}}/db
REDGATE_EMAIL: ${{inputs.REDGATE_EMAIL}}
REDGATE_PAT: ${{inputs.REDGATE_EMAIL}}
SQLCOMPARE_VERSION: ${{inputs.SQLCOMPARE_VERSION}}
NUGET_PACK: ${{inputs.NUGET_PACK}}
NUGET_FEED: ${{inputs.NUGET_FEED}}
NUGET_SYMBOL_FEED: ${{inputs.NUGET_SYMBOL_FEED}}
Expand Down Expand Up @@ -410,6 +422,9 @@ runs:
SQL_USER: ${{inputs.SQL_USER}}
SQL_PASSWORD: ${{inputs.SQL_PASSWORD}}
DB_FOLDER: ${{github.workspace}}/db
REDGATE_EMAIL: ${{inputs.REDGATE_EMAIL}}
REDGATE_PAT: ${{inputs.REDGATE_PAT}}
SQLCOMPARE_VERSION: ${{inputs.SQLCOMPARE_VERSION}}

- name: "Dotnet: Cloudformation Deploy"
if: |-
Expand Down

0 comments on commit 8918a33

Please sign in to comment.