Skip to content

Commit f3d091e

Browse files
committed
fixing bad escaping
1 parent b5f8c09 commit f3d091e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

create-module/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ runs:
5353
# run the script
5454
- name: Run script
5555
id: run
56-
run: python $GITHUB_ACTION_PATH/main.py ${{ inputs.build-folder }} ${{ inputs.module-name }} ${{ inputs.module-version }} ${{ inputs.module-type }} ${{ inputs.module-description }} ${{ inputs.module-author }} --branch ${{ inputs.git-branch }} -d
56+
run: python $GITHUB_ACTION_PATH/main.py "${{ inputs.build-folder }}" "${{ inputs.module-name }}" "${{ inputs.module-version }}" ${{ inputs.module-type }} "${{ inputs.module-description }}" "${{ inputs.module-author }}" --branch ${{ inputs.git-branch }} -d
5757
shell: bash

0 commit comments

Comments
 (0)