From 4e7be99beee9cbd452ed527227af498bb7735190 Mon Sep 17 00:00:00 2001 From: Nuvindu Date: Tue, 19 Dec 2023 10:12:38 +0530 Subject: [PATCH] Update github workflow files with `googleapis.gcalendar` --- .github/workflows/build-with-bal-test-native.yml | 2 +- .github/workflows/dev-stg-release.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/trivy-scan.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-with-bal-test-native.yml b/.github/workflows/build-with-bal-test-native.yml index f9913585..a195388c 100644 --- a/.github/workflows/build-with-bal-test-native.yml +++ b/.github/workflows/build-with-bal-test-native.yml @@ -16,4 +16,4 @@ jobs: uses: ballerina-platform/ballerina-standard-library/.github/workflows/build-with-bal-test-graalvm-connector-template.yml@main secrets: inherit with: - additional-build-flags: "-x :googleapis.calendar-examples:build -Pgroups=mock" + additional-build-flags: "-x :googleapis.gcalendar-examples:build -Pgroups=mock" diff --git a/.github/workflows/dev-stg-release.yml b/.github/workflows/dev-stg-release.yml index 1d810b16..42141598 100644 --- a/.github/workflows/dev-stg-release.yml +++ b/.github/workflows/dev-stg-release.yml @@ -19,4 +19,4 @@ jobs: secrets: inherit with: environment: ${{ github.event.inputs.environment }} - additional-publish-flags: "-x :googleapis.calendar-examples:build -Pgroups=mock" + additional-publish-flags: "-x :googleapis.gcalendar-examples:build -Pgroups=mock" diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b9fa5eb6..989f1e0e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,5 +12,5 @@ jobs: uses: ballerina-platform/ballerina-standard-library/.github/workflows/release-package-connector-template.yml@main secrets: inherit with: - package-name: googleapis.calendar + package-name: googleapis.gcalendar package-org: ballerinax diff --git a/.github/workflows/trivy-scan.yml b/.github/workflows/trivy-scan.yml index b1ccbe7d..23055a8d 100644 --- a/.github/workflows/trivy-scan.yml +++ b/.github/workflows/trivy-scan.yml @@ -12,4 +12,4 @@ jobs: uses: ballerina-platform/ballerina-standard-library/.github/workflows/trivy-scan-template.yml@main secrets: inherit with: - additional-build-flags: "-x :googleapis.calendar-examples:build -Pgroups=mock" + additional-build-flags: "-x :googleapis.gcalendar-examples:build -Pgroups=mock"