We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5f8c09 commit f3d091eCopy full SHA for f3d091e
1 file changed
create-module/action.yml
@@ -53,5 +53,5 @@ runs:
53
# run the script
54
- name: Run script
55
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
+ 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
57
shell: bash
0 commit comments