Quote input arg

This commit is contained in:
Nick Alteen 2023-09-01 14:41:15 -04:00
parent e360c8f173
commit db66df907b

View File

@ -18,4 +18,4 @@ runs:
using: docker
image: Dockerfile
args:
- ${{ inputs.who-to-greet }}
- '${{ inputs.who-to-greet }}'