Skip to content

Commit

Permalink
set internal field separator to newline
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaGiorgadze committed May 23, 2023
1 parent f8d594b commit 7de0106
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ runs:
expect EOF
shell: bash
- run: |
for command in ${{ inputs.commands }}; do
ory $command
IFS=$'\n'
for command in ${inputs.commands}
do
/usr/local/bin/ory "$command"
done
shell: bash

0 comments on commit 7de0106

Please sign in to comment.