emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/hyperbole 714b8a9aed 10/18: Update main.yml - 'y' respo


From: ELPA Syncer
Subject: [elpa] externals/hyperbole 714b8a9aed 10/18: Update main.yml - 'y' response only
Date: Tue, 19 Nov 2024 03:58:28 -0500 (EST)

branch: externals/hyperbole
commit 714b8a9aed285891ddf4e21647127f19e5f0d5a1
Author: Robert Weiner <rsw@gnu.org>
Commit: GitHub <noreply@github.com>

    Update main.yml - 'y' response only
---
 .github/workflows/main.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml
index 1daaac870a..166921923d 100644
--- a/.github/workflows/main.yml
+++ b/.github/workflows/main.yml
@@ -26,8 +26,8 @@ jobs:
       - name: Compile
         shell: bash
         run: |
-          yes yes | apt-get update
-          yes yes | apt-get install man
+          yes | apt-get update
+          yes | apt-get install man
           make bin 2>&1 | tee MAKE_BIN_OUTPUT
           echo "Number of warnings: $(grep "Warning:" MAKE_BIN_OUTPUT | wc 
-l)" >> $GITHUB_STEP_SUMMARY
           echo '```' >> $GITHUB_STEP_SUMMARY



reply via email to

[Prev in Thread] Current Thread [Next in Thread]