Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
Signed-off-by: tdruez <[email protected]>
  • Loading branch information
tdruez committed Jan 29, 2024
1 parent eadf78f commit 137846d
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 @@ -46,7 +46,7 @@ runs:
shell: bash
run: |
output=$(scanpipe output --project ${{ inputs.project-name }} --format ${{ inputs.output-formats }} --no-color)
echo "output-paths=$output" >> $GITHUB_OUTPUT
echo "output-paths=\"$output\"" >> $GITHUB_OUTPUT
- name: Use scanpipe output in the next step
shell: bash
run: echo "${{ steps.scanpipe.outputs.output-paths }}"
Expand Down

0 comments on commit 137846d

Please sign in to comment.