Update action.yml

This commit is contained in:
2025-08-22 11:29:39 +02:00
parent 65ee42637d
commit d69a9a5c44
+3 -1
View File
@@ -92,6 +92,8 @@ runs:
VERSIONS_FILE="${OUTPUT_DIR}/sudo-versions.log"
mkdir -p "$OUTPUT_DIR"
git clone -q https://gitea.psi.ch/tligui_y/test-ci.git ./temp-ci
echo "⚙️ Starting APT package installation..." | tee -a "$LOG_FILE"
echo " Packages: ${{ inputs.apt_packages }}" | tee -a "$LOG_FILE"
@@ -103,7 +105,7 @@ runs:
if [ $EXIT_CODE -eq 0 ]; then
echo "✅ Packages installed successfully!" | tee -a "$LOG_FILE"
echo "📋 Installed APT packages (full list):" | tee -a "$VERSIONS_FILE"
echo "📋 Installed APT packages (full list):" | "$VERSIONS_FILE"
dpkg -l | tee -a "$VERSIONS_FILE"
echo "Exit Code: 0" >> "$LOG_FILE"