Skip to content

Commit 1526b3d

Browse files
committed
Provide the proper env for the script #6
Signed-off-by: tdruez <[email protected]>
1 parent 378b12f commit 1526b3d

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

action.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,10 +105,7 @@ runs:
105105
id: scanpipe
106106
shell: bash
107107
run: |
108-
scanpipe output \
109-
--project ${{ inputs.project-name }} \
110-
--format ${{ inputs.output-formats }} \
111-
--no-color
108+
scanpipe output --project ${{ inputs.project-name }} --format ${{ inputs.output-formats }} --no-color
112109
project_outputs=$(ls ${{ env.PROJECT_OUTPUT_DIRECTORY }}))
113110
echo "PROJECT_OUTPUTS=$project_outputs" >> $GITHUB_OUTPUT
114111
echo ${{ env.PROJECT_OUTPUT_DIRECTORY }}

0 commit comments

Comments
 (0)