Update action.yml
This commit is contained in:
+3
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user