Skip to content

Commit

Permalink
wrap in eval
Browse files Browse the repository at this point in the history
  • Loading branch information
LukaGiorgadze committed May 23, 2023
1 parent 738de28 commit 0407e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ runs:
IFS=$'\n'
for command in $COMMANDS
do
ory $command
eval "/usr/local/bin/ory $command"
done
shell: bash
env:
Expand Down

0 comments on commit 0407e34

Please sign in to comment.