We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378b12f commit 1526b3dCopy full SHA for 1526b3d
action.yml
@@ -105,10 +105,7 @@ runs:
105
id: scanpipe
106
shell: bash
107
run: |
108
- scanpipe output \
109
- --project ${{ inputs.project-name }} \
110
- --format ${{ inputs.output-formats }} \
111
- --no-color
+ scanpipe output --project ${{ inputs.project-name }} --format ${{ inputs.output-formats }} --no-color
112
project_outputs=$(ls ${{ env.PROJECT_OUTPUT_DIRECTORY }}))
113
echo "PROJECT_OUTPUTS=$project_outputs" >> $GITHUB_OUTPUT
114
echo ${{ env.PROJECT_OUTPUT_DIRECTORY }}
0 commit comments