Skip to content

Commit

Permalink
change outputs 2
Browse files Browse the repository at this point in the history
Signed-off-by: Leclerc Clement <[email protected]>
  • Loading branch information
clementleclercRTE committed Dec 16, 2024
1 parent 8a00964 commit 304329b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/snapshot-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Build ${{ matrix.config.name }} ${{ matrix.python.name }} wheel
runs-on: ${{ matrix.config.os }}
outputs:
build_status: ${{ steps.build_status.outputs.BUILD_STATUS_CONTENT }} #Output job with
build_status: ${{ steps.build_status.outputs.build_status }} #Output job with
strategy:
matrix:
config:
Expand Down Expand Up @@ -255,7 +255,9 @@ jobs:
echo "=== BUILD STATUS REPORT ==="
cat $BUILD_STATUS
echo "=========================="
echo "BUILD_STATUS_CONTENT<<$(cat $BUILD_STATUS)" >> $GITHUB_OUTPUT
echo "build_status<<EOF" >> $GITHUB_OUTPUT
cat $BUILD_STATUS >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
#SLACK NOTIFICATION ON FAILURE
Expand Down

0 comments on commit 304329b

Please sign in to comment.