Skip to content

Commit

Permalink
Merge pull request #5767 from ballerina-platform/niveathika-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaruGuruge authored Nov 14, 2023
2 parents 26dc0e4 + 889abbf commit f5d1bfd
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ jobs:
java-version: 17.0.7

- name: Set ENV Variables
run: |
echo -e '${{ toJson(secrets) }}' | jq -r 'to_entries[] | .key + "=" + .value' >> $GITHUB_ENV
run: |
echo -e '${{ toJson(secrets) }}' | jq -r 'to_entries[] | .key + "=" + .value' >> $GITHUB_ENV
- name: Ballerina Central Dev Push
if: ${{ inputs.environment == 'DEV CENTRAL' }}
Expand Down

0 comments on commit f5d1bfd

Please sign in to comment.