Skip to content

Commit

Permalink
remove quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
CNimmo16 authored Jul 13, 2023
1 parent d184935 commit b5d6e1f
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 @@ -68,7 +68,7 @@ runs:
shell: bash
run: |
FILES=$(${{ github.action_path }}/bin/list-only-changed ${{ inputs.allow-missing && '--allow-missing' }} --ignore=${{ inputs.ignore-paths }} --tests-directory=${{ inputs.tests-directory }} --changed-files=${{ steps.changes_since_successful_commit.outputs.all_changed_and_modified_files }} --separator=${{ inputs.separator }})
echo "files='$FILES'" >> "$GITHUB_OUTPUT"
echo "files=$FILES" >> "$GITHUB_OUTPUT"
- name: Run paratest on changed files
if: ${{ !inputs.list-only }}
Expand Down

0 comments on commit b5d6e1f

Please sign in to comment.