From 282f120b95b240b94b80cb7354ce89d2b8aa9962 Mon Sep 17 00:00:00 2001 From: Mark Ridgwell Date: Mon, 16 Sep 2024 12:34:33 +0000 Subject: [PATCH] [Actions] Updated .github/actions/dotnet/action.yml --- .github/actions/dotnet/action.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/actions/dotnet/action.yml b/.github/actions/dotnet/action.yml index 10d0f81f..bb242f3a 100644 --- a/.github/actions/dotnet/action.yml +++ b/.github/actions/dotnet/action.yml @@ -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: @@ -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}}