Uodated more actions.

This commit is contained in:
2025-07-01 13:44:31 -07:00
parent bc6e74a84a
commit 903dc49888
3 changed files with 7 additions and 4 deletions

View File

@@ -44,7 +44,7 @@ runs:
if [[ $INPUT_TYPE == 'auto' ]]; then
INPUT_TYPE="${{ steps.getinputtype.outputs.type }}"
fi
#Store in a heredoc to account for quotes.
INPUT=$(cat <<EOF
${{ inputs.input }}
@@ -52,4 +52,4 @@ runs:
)
bash ${{ github.action_path }}/make_temp.sh "$INPUT" "$INPUT_TYPE" "${{ inputs.outputType }}" "${{ inputs.transferType }}" "${{ inputs.tmpDir }}" "${{ inputs.additionalArgs }}"
shell: bash
shell: bash