Skip to content

Commit

Permalink
[Actions] Updated .github/actions/dotnet/action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
credfeto committed Nov 13, 2024
1 parent 991b507 commit 0d9b47c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/actions/dotnet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,15 @@ inputs:
DB_FOLDER:
description: 'Folder where SQL Files live'
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

# GENERAL
GITHUB_TOKEN:
Expand Down Expand Up @@ -148,6 +157,9 @@ runs:
with:
BUILD_VERSION: ${{inputs.BUILD_VERSION}}
DB_FOLDER: ${{inputs.DB_FOLDER}}
REDGATE_EMAIL: ${{inputs.REDGATE_EMAIL}}
REDGATE_PAT: ${{inputs.REDGATE_PAT}}
SQLCOMPARE_VERSION: ${{inputs.SQLCOMPARE_VERSION}}

############################################################################################################
# Publish ready for deploy
Expand Down

0 comments on commit 0d9b47c

Please sign in to comment.