From 111ca97a41628ecb1fa909a45e20700fb0a65d7b Mon Sep 17 00:00:00 2001 From: "m.semalaiappan" Date: Wed, 14 Feb 2024 12:47:08 -0600 Subject: [PATCH] single quotes Added --- .github/workflows/Cleanup Caches by a branch.yml | 2 +- .github/workflows/Dependencies Security Scan.yml | 2 +- .github/workflows/Lib edFi.admin.dataaccess.yml | 2 +- .github/workflows/Lib edFi.common.yml | 2 +- .github/workflows/Lib edFi.loadtools.yml | 2 +- .github/workflows/Lib edFi.ods.api.yml | 2 +- .github/workflows/Lib edFi.ods.common.yml | 2 +- .github/workflows/Lib edFi.ods.standard.yml | 2 +- .github/workflows/Lib edFi.security.dataaccess.yml | 2 +- .github/workflows/Pkg EdFi.Database.Admin.yml | 2 +- .github/workflows/Pkg EdFi.Database.Security.yml | 2 +- .github/workflows/Pkg EdFi.Ods.CodeGen.yml | 4 ++-- .../workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml | 2 +- .../Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml | 2 +- .github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml | 2 +- .github/workflows/Pkg EdFi.Ods.Minimal.Template.yml | 2 +- .../workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml | 2 +- .../Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml | 2 +- .github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml | 2 +- .github/workflows/Pkg EdFi.Ods.Populated.Template.yml | 2 +- .../Trgr InitDev workflows in Implementation repo.yml | 2 +- 21 files changed, 22 insertions(+), 22 deletions(-) diff --git a/.github/workflows/Cleanup Caches by a branch.yml b/.github/workflows/Cleanup Caches by a branch.yml index f81901f15c..acfb456d64 100644 --- a/.github/workflows/Cleanup Caches by a branch.yml +++ b/.github/workflows/Cleanup Caches by a branch.yml @@ -6,7 +6,7 @@ name: Cleanup Caches by a branch on: pull_request: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] types: [ closed ] env: diff --git a/.github/workflows/Dependencies Security Scan.yml b/.github/workflows/Dependencies Security Scan.yml index b05beaa7ae..c607675ae6 100644 --- a/.github/workflows/Dependencies Security Scan.yml +++ b/.github/workflows/Dependencies Security Scan.yml @@ -7,7 +7,7 @@ name: Dependency Review Pull request on: pull_request: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/Lib edFi.admin.dataaccess.yml b/.github/workflows/Lib edFi.admin.dataaccess.yml index 7d8c38a24c..5e73d4fc15 100644 --- a/.github/workflows/Lib edFi.admin.dataaccess.yml +++ b/.github/workflows/Lib edFi.admin.dataaccess.yml @@ -7,7 +7,7 @@ name: Lib EdFi.Admin.DataAccess on: pull_request: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/Lib edFi.common.yml b/.github/workflows/Lib edFi.common.yml index 7d8a27e3cc..7773a16f7c 100644 --- a/.github/workflows/Lib edFi.common.yml +++ b/.github/workflows/Lib edFi.common.yml @@ -7,7 +7,7 @@ name: Lib EdFi.Common on: pull_request: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/Lib edFi.loadtools.yml b/.github/workflows/Lib edFi.loadtools.yml index 8d48421d11..7fb25c5f3e 100644 --- a/.github/workflows/Lib edFi.loadtools.yml +++ b/.github/workflows/Lib edFi.loadtools.yml @@ -7,7 +7,7 @@ name: Lib EdFi.LoadTools on: pull_request: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/Lib edFi.ods.api.yml b/.github/workflows/Lib edFi.ods.api.yml index 8739a57081..03324cde1c 100644 --- a/.github/workflows/Lib edFi.ods.api.yml +++ b/.github/workflows/Lib edFi.ods.api.yml @@ -7,7 +7,7 @@ name: Lib EdFi.Ods.Api on: pull_request: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/Lib edFi.ods.common.yml b/.github/workflows/Lib edFi.ods.common.yml index 773c20f22b..8b03f06c9c 100644 --- a/.github/workflows/Lib edFi.ods.common.yml +++ b/.github/workflows/Lib edFi.ods.common.yml @@ -7,7 +7,7 @@ name: Lib EdFi.Ods.Common on: pull_request: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/Lib edFi.ods.standard.yml b/.github/workflows/Lib edFi.ods.standard.yml index 841bdd8681..818a513ed2 100644 --- a/.github/workflows/Lib edFi.ods.standard.yml +++ b/.github/workflows/Lib edFi.ods.standard.yml @@ -7,7 +7,7 @@ name: Lib EdFi.Ods.Standard on: pull_request: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/Lib edFi.security.dataaccess.yml b/.github/workflows/Lib edFi.security.dataaccess.yml index 7c42dd3c83..741a75bb3c 100644 --- a/.github/workflows/Lib edFi.security.dataaccess.yml +++ b/.github/workflows/Lib edFi.security.dataaccess.yml @@ -7,7 +7,7 @@ name: Lib EdFi.Security.DataAccess on: pull_request: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: concurrency: group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }} diff --git a/.github/workflows/Pkg EdFi.Database.Admin.yml b/.github/workflows/Pkg EdFi.Database.Admin.yml index c3d47e7e74..3631666ea4 100644 --- a/.github/workflows/Pkg EdFi.Database.Admin.yml +++ b/.github/workflows/Pkg EdFi.Database.Admin.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Database.Admin on: push: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] paths: - '**.sql' workflow_dispatch: diff --git a/.github/workflows/Pkg EdFi.Database.Security.yml b/.github/workflows/Pkg EdFi.Database.Security.yml index f370617886..d419bcbe57 100644 --- a/.github/workflows/Pkg EdFi.Database.Security.yml +++ b/.github/workflows/Pkg EdFi.Database.Security.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Database.Security on: push: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] paths: - '**.sql' workflow_dispatch: diff --git a/.github/workflows/Pkg EdFi.Ods.CodeGen.yml b/.github/workflows/Pkg EdFi.Ods.CodeGen.yml index 92251ddb3e..ca2962d3a4 100644 --- a/.github/workflows/Pkg EdFi.Ods.CodeGen.yml +++ b/.github/workflows/Pkg EdFi.Ods.CodeGen.yml @@ -2,9 +2,9 @@ name: Pkg EdFi.Ods.CodeGen on: pull_request: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] push: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml index a5d25f5194..f65334880a 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.PostgreSQL.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Minimal.Template.PostgreSQL on: push: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml index 7ce05aedf9..7a4e94d2c8 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Minimal.Template.TPDM.PostgreSQL on: push: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml index fdfe78d70c..6cefa9e3a6 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.TPDM.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Minimal.Template.TPDM on: push: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml index d0b04f32ad..d265a2e548 100644 --- a/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml +++ b/.github/workflows/Pkg EdFi.Ods.Minimal.Template.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Minimal.Template on: push: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml index 648bcbfd09..57de11d121 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.PostgreSQL.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Populated.Template.PostgreSQL on: push: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml index 8239e1e79b..471700d908 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Populated.Template.TPDM.PostgreSQL on: push: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml index a4cfc09d95..697db88484 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.TPDM.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Populated.Template.TPDM on: push: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml b/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml index 8c634cd583..73b21361f2 100644 --- a/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml +++ b/.github/workflows/Pkg EdFi.Ods.Populated.Template.yml @@ -7,7 +7,7 @@ name: Pkg EdFi.Ods.Populated.Template on: push: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: inputs: distinct_id: diff --git a/.github/workflows/Trgr InitDev workflows in Implementation repo.yml b/.github/workflows/Trgr InitDev workflows in Implementation repo.yml index 4ff7613410..df0e3c7fbb 100644 --- a/.github/workflows/Trgr InitDev workflows in Implementation repo.yml +++ b/.github/workflows/Trgr InitDev workflows in Implementation repo.yml @@ -2,7 +2,7 @@ name: Trgr InitDev workflows in Implementation repo on: pull_request: - branches: [main, 'b-v*-patch*',feature-*] + branches: [main, 'b-v*-patch*','feature-*'] workflow_dispatch: concurrency: