File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -92,14 +92,14 @@ jobs:
92
92
${{ inputs.product }} \
93
93
${{ inputs.run_tests }} \
94
94
# Failure sequence to upload artifact.
95
- # - id: lowercase_product
96
- # if: ${{ failure() }}
97
- # run: |
98
- # lowercase_product=$(echo "${{ inputs.product }}" | tr '[:upper:]' '[:lower:]')
99
- # echo "lowercase_product=$lowercase_product" >> $GITHUB_OUTPUT
100
- # - name: Remove data before upload.
101
- # if: ${{ failure() }}
102
- # run: scripts/remove_data.sh ${{ steps.lowercase_product.outputs.lowercase_product }}
95
+ - id : lowercase_product
96
+ if : ${{ failure() }}
97
+ run : |
98
+ lowercase_product=$(echo "${{ inputs.product }}" | tr '[:upper:]' '[:lower:]')
99
+ echo "lowercase_product=$lowercase_product" >> $GITHUB_OUTPUT
100
+ - name : Remove data before upload.
101
+ if : ${{ failure() }}
102
+ run : scripts/remove_data.sh ${{ steps.lowercase_product.outputs.lowercase_product }}
103
103
# - uses: actions/upload-artifact@v4
104
104
# if: ${{ failure() }}
105
105
# with:
You can’t perform that action at this time.
0 commit comments