Skip to content

Commit

Permalink
Use single quotes for script creation
Browse files Browse the repository at this point in the history
  • Loading branch information
artemis-beta committed Jan 7, 2022
1 parent 636e0ac commit 876b503
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ runs:

- name: Run OMShell
run: |
printf "${{ inputs.script }}" > runScript.mos
printf '${{ inputs.script }}' > runScript.mos
echo "Created script: "
cat runScript.mos
omc runScript.mos
Expand Down

0 comments on commit 876b503

Please sign in to comment.