Skip to content

Commit 7e86b09

Browse files
committed
Provide the proper env for the script #6
Signed-off-by: tdruez <tdruez@nexb.com>
1 parent 1526b3d commit 7e86b09

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/push-to-dejacode.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
shell: bash
2020
run: |
2121
python ${{ github.workspace }}/scripts/push_to_dejacode.py
22-
echo ${{ env.PROJECT_OUTPUT_DIRECTORY }}
2322
2423
env:
2524
DEJACODE_URL: ${{ secrets.DEJACODE_URL }}

action.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -106,10 +106,6 @@ runs:
106106
shell: bash
107107
run: |
108108
scanpipe output --project ${{ inputs.project-name }} --format ${{ inputs.output-formats }} --no-color
109-
project_outputs=$(ls ${{ env.PROJECT_OUTPUT_DIRECTORY }}))
110-
echo "PROJECT_OUTPUTS=$project_outputs" >> $GITHUB_OUTPUT
111-
echo ${{ env.PROJECT_OUTPUT_DIRECTORY }}
112-
echo ${{ env.PROJECT_OUTPUTS }}
113109
114110
- name: Upload outputs
115111
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)