From a99827c856d6564a7e2bc68235396cd77dd55681 Mon Sep 17 00:00:00 2001 From: MohamedSabthar Date: Fri, 22 Sep 2023 12:27:39 +0530 Subject: [PATCH] Update pull request build template workflow --- .github/workflows/pull-request-build-template.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/pull-request-build-template.yml b/.github/workflows/pull-request-build-template.yml index 2bd66dd0..c42cc231 100644 --- a/.github/workflows/pull-request-build-template.yml +++ b/.github/workflows/pull-request-build-template.yml @@ -73,8 +73,7 @@ jobs: - name: Set ENV Variables run: | - echo '${{ toJson(secrets) }}' | jq -r 'to_entries[] | .key + \"=\" + .value' \ - | Out-File -FilePath $env:GITHUB_ENV -Append + echo '${{ toJson(secrets) }}' | jq -r 'to_entries[] | .key + \"=\" + .value' | Out-File -FilePath $env:GITHUB_ENV -Append - name: Build the Project env: