Parcourir la source

Add summary for rejects artifacts in workflow step

TheWildJames il y a 3 mois
Parent
commit
f2c735995b
1 fichiers modifiés avec 4 ajouts et 0 suppressions
  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: