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 Sep 16, 2024
1 parent 0bc5e1c commit 282f120
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/actions/dotnet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ inputs:
BUILD_SQL:
description: 'Whether to build SQL DB'
required: true
DB_FOLDER:
description: 'Folder where SQL Files live'
required: false

# GENERAL
GITHUB_TOKEN:
Expand Down Expand Up @@ -144,6 +147,7 @@ runs:
uses: ./.github/actions/sql
with:
BUILD_VERSION: ${{inputs.BUILD_VERSION}}
DB_FOLDER: ${{inputs.DB_FOLDER}}
OCTOPUS_DEPLOY_PACKAGE: ${{inputs.OCTOPUS_DEPLOY_PACKAGE}}
OCTOPUS_DEPLOY_PACKAGE_ZIP: ${{inputs.OCTOPUS_DEPLOY_PACKAGE_ZIP}}

Expand Down

0 comments on commit 282f120

Please sign in to comment.