From 18c86c180668f2e44587ddd3a1626942585075bd Mon Sep 17 00:00:00 2001 From: Niveathika Date: Tue, 14 Nov 2023 12:03:12 +0530 Subject: [PATCH 1/2] Fix indentation --- .../workflows/dev-stage-central-publish-connector-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-stage-central-publish-connector-template.yml b/.github/workflows/dev-stage-central-publish-connector-template.yml index a6d8731e..995f12c6 100644 --- a/.github/workflows/dev-stage-central-publish-connector-template.yml +++ b/.github/workflows/dev-stage-central-publish-connector-template.yml @@ -31,7 +31,7 @@ jobs: java-version: 17.0.7 - name: Set ENV Variables - run: | + run: | echo -e '${{ toJson(secrets) }}' | jq -r 'to_entries[] | .key + "=" + .value' >> $GITHUB_ENV - name: Ballerina Central Dev Push From 889abbf23dfcfbf4debea4c42afbcfec7ac2e1c5 Mon Sep 17 00:00:00 2001 From: Niveathika Date: Tue, 14 Nov 2023 12:06:56 +0530 Subject: [PATCH 2/2] Update .github/workflows/dev-stage-central-publish-connector-template.yml Co-authored-by: Thisaru Guruge --- .../workflows/dev-stage-central-publish-connector-template.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dev-stage-central-publish-connector-template.yml b/.github/workflows/dev-stage-central-publish-connector-template.yml index 995f12c6..36ba2eb9 100644 --- a/.github/workflows/dev-stage-central-publish-connector-template.yml +++ b/.github/workflows/dev-stage-central-publish-connector-template.yml @@ -32,7 +32,7 @@ jobs: - name: Set ENV Variables run: | - echo -e '${{ toJson(secrets) }}' | jq -r 'to_entries[] | .key + "=" + .value' >> $GITHUB_ENV + echo -e '${{ toJson(secrets) }}' | jq -r 'to_entries[] | .key + "=" + .value' >> $GITHUB_ENV - name: Ballerina Central Dev Push if: ${{ inputs.environment == 'DEV CENTRAL' }}