From 58c0d2ffe3b04c5efb53f0741b3e2e6d30ce7086 Mon Sep 17 00:00:00 2001 From: Jack Date: Fri, 22 Nov 2024 23:54:35 +0000 Subject: [PATCH] wiup --- .github/actions/test-adoc/action.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/actions/test-adoc/action.yml b/.github/actions/test-adoc/action.yml index 0661a10a1..0b6ceabb5 100644 --- a/.github/actions/test-adoc/action.yml +++ b/.github/actions/test-adoc/action.yml @@ -32,9 +32,7 @@ runs: 2>&1 | \ grep \ -v \ - "include file not found" | \ - tee \ - /dev/err \ + "include file not found" \ ) result=$?