Skip to content

Commit

Permalink
Update ci_cd.yml
Browse files Browse the repository at this point in the history
Change script definition
  • Loading branch information
j-panzer authored Oct 4, 2023
1 parent ca0aae6 commit 36ac290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:

- name: Import variables from env file
shell: bash
run: |
run: |-
while read line; do
echo "$line" >> $GITHUB_ENV
done < ${{ env.ENV_FILE }}
Expand Down

0 comments on commit 36ac290

Please sign in to comment.