Explorar o código

Add summary for rejects artifacts in workflow step

TheWildJames hai 3 meses
pai
achega
f2c735995b
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  1. 4 0
      .github/workflows/main.yml

+ 4 - 0
.github/workflows/main.yml

@@ -193,6 +193,10 @@ jobs:
             echo "No rejects found to upload."
         fi
 
+    - name: Rejects Summary
+      run: |
+        echo "Reject artifacts were collected locally only and are not uploaded." >> "$GITHUB_STEP_SUMMARY"
+
     - name: Upload AIO-REJ Artifact
       uses: actions/upload-artifact@v7
       with: