From 4672d5caf41aa9351be3c67f7e45c11c3970ebf6 Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Mon, 29 Jul 2024 20:16:55 +0200 Subject: [PATCH] action: Show environment --- action.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/action.yaml b/action.yaml index 28905a40f..64489d1c0 100644 --- a/action.yaml +++ b/action.yaml @@ -36,6 +36,10 @@ runs: shell: bash run: cat /sys/devices/system/clocksource/clocksource0/current_clocksource + - name: Show environment + shell: bash + run: env + - name: Enable unprivileged user namespaces shell: bash run: | -- 2.47.2