From fd89f33543c38eeebc20079fca08a440ec8d8441 Mon Sep 17 00:00:00 2001 From: Mike Cunneen Date: Thu, 21 Aug 2025 20:17:48 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=F0=9F=91=B7=20GH=20actions=20:=20no=20ne?= =?UTF-8?q?ed=20to=20install=20gawk=20+=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/extract-refstyle-badges.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/extract-refstyle-badges.yml b/.github/workflows/extract-refstyle-badges.yml index 594364a..befd058 100644 --- a/.github/workflows/extract-refstyle-badges.yml +++ b/.github/workflows/extract-refstyle-badges.yml @@ -10,10 +10,11 @@ jobs: runs-on: ubuntu-22.04 steps: - uses: actions/checkout@v5.0.0 - - name: update apt - run: sudo apt-get update - - name: install gawk and git - run: sudo apt-get install -y gawk git + # # LOCAL: Uncomment the apt-get commands for local GH actions testing via "act" + # - name: update apt + # run: apt-get update + # - name: install gawk and git + # run: apt-get install -y gawk git - name: extract refstyle badges run: ${{github.workspace}}/.github/scripts/extract-refstyle-badges/extract-refstyle-badges.sh - name: display modified README in GH action logs