Compare commits

..

1 Commits

Author SHA1 Message Date
renovate-bot dbe64ecb10 🔧 Renovate: Update (major) percona/mongodb_exporter Docker tag to v2 2025-11-11 11:28:49 +00:00
+10 -6
View File
@@ -16,12 +16,16 @@ jobs:
with:
ref: main
- name: Install dependencies for ansi-to-html
uses: bahmutov/npm-install@v1
with:
working-directory: ./path/to/actions-ansi-to-html
useLockFile: true
install-command: npm ci --silent
- name: Install aha
run: |
set -e
sudo apt-get -qq update >/dev/null
if sudo apt-get -qq install -y aha >/dev/null 2>&1; then
echo "✅ Successfully installed aha."
else
echo "❌ Failed to install aha." >&2
exit 1
fi
- name: Generate system info (ANSI preserved)
id: gen-sysinfo