Skip to content

Commit

Permalink
Update pull request build template workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
MohamedSabthar committed Sep 22, 2023
1 parent c5da4a4 commit a99827c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pull-request-build-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a99827c

Please sign in to comment.