diff --git a/StarterKit/Pipelines/GitHubActions/GitHub-Flow/epac-dev-workflow.yml b/StarterKit/Pipelines/GitHubActions/GitHub-Flow/epac-dev-workflow.yml index c3746931..75c988d0 100644 --- a/StarterKit/Pipelines/GitHubActions/GitHub-Flow/epac-dev-workflow.yml +++ b/StarterKit/Pipelines/GitHubActions/GitHub-Flow/epac-dev-workflow.yml @@ -6,8 +6,8 @@ on: branches: - feature/** paths: - - 'Definitions/**' - - '.github/**' + - "Definitions/**" + - ".github/**" workflow_dispatch: env: @@ -24,7 +24,7 @@ jobs: uses: ./.github/workflows/plan.yml with: pacEnvironmentSelector: epac-dev - planGitHubEnvironment: PAC-DEV + planGitHubEnvironment: EPAC-DEV PAC_OUTPUT_FOLDER: ./Output PAC_DEFINITIONS_FOLDER: ./Definitions secrets: inherit @@ -58,11 +58,11 @@ jobs: needs: [deployPolicy, deployRoles] if: | always() - && !contains(needs.*.result,'failure') + && !contains(needs.*.result,'failure') uses: ./.github/workflows/plan.yml with: pacEnvironmentSelector: tenant planGitHubEnvironment: TENANT-PLAN PAC_OUTPUT_FOLDER: ./Output PAC_DEFINITIONS_FOLDER: ./Definitions - secrets: inherit \ No newline at end of file + secrets: inherit