From 114c7fcf985c96bc25d4009af4099d877011880f Mon Sep 17 00:00:00 2001 From: Mike Cunneen Date: Thu, 21 Aug 2025 20:26:21 +0800 Subject: [PATCH] revert: :rewind: revert accidental commit of .history files --- ...extract-refstyle-badges_20250821194352.yml | 31 ------------------- ...extract-refstyle-badges_20250821194545.yml | 31 ------------------- ...extract-refstyle-badges_20250821194607.yml | 29 ----------------- 3 files changed, 91 deletions(-) delete mode 100644 .history/.github/workflows/extract-refstyle-badges_20250821194352.yml delete mode 100644 .history/.github/workflows/extract-refstyle-badges_20250821194545.yml delete mode 100644 .history/.github/workflows/extract-refstyle-badges_20250821194607.yml diff --git a/.history/.github/workflows/extract-refstyle-badges_20250821194352.yml b/.history/.github/workflows/extract-refstyle-badges_20250821194352.yml deleted file mode 100644 index 599d932..0000000 --- a/.history/.github/workflows/extract-refstyle-badges_20250821194352.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Extract refstyle badges - -on: - push: - branches: - - main - - feature/reference-style-table -jobs: - extract-refstyle-badges: - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v5.0.0 - - name: update apt - # run: sudo apt-get update - run: apt-get update - - name: install gawk and git - # run: sudo apt-get install -y gawk 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 - run: cat ${{github.workspace}}/docs/REFERENCE_STYLE.md - - name: commit changes - run: | - # Note: the following account information will not work on GHES - git config user.name "github-actions[bot]" - git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git add ${{github.workspace}}/docs/REFERENCE_STYLE.md - git commit -m "docs: 📝 update reference-style table" - git status -s - # git push diff --git a/.history/.github/workflows/extract-refstyle-badges_20250821194545.yml b/.history/.github/workflows/extract-refstyle-badges_20250821194545.yml deleted file mode 100644 index 48980c4..0000000 --- a/.history/.github/workflows/extract-refstyle-badges_20250821194545.yml +++ /dev/null @@ -1,31 +0,0 @@ -name: Extract refstyle badges - -on: - push: - branches: - - main - - feature/reference-style-table -jobs: - extract-refstyle-badges: - runs-on: ubuntu-22.04 - steps: - - uses: actions/checkout@v5.0.0 - - name: update apt - # run: sudo apt-get update - run: apt-get update - - name: install gawk and git - # run: sudo apt-get install -y gawk 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 - run: cat ${{github.workspace}}/docs/REFERENCE_STYLE.md - - name: commit changes - run: | - # Note: the following account information will not work on GHES - git config user.name "github-actions[bot]" - git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git add ${{github.workspace}}/docs/REFERENCE_STYLE.md - git commit -m "docs: 📝 update reference-style table" - git status -s - git push diff --git a/.history/.github/workflows/extract-refstyle-badges_20250821194607.yml b/.history/.github/workflows/extract-refstyle-badges_20250821194607.yml deleted file mode 100644 index 594364a..0000000 --- a/.history/.github/workflows/extract-refstyle-badges_20250821194607.yml +++ /dev/null @@ -1,29 +0,0 @@ -name: Extract refstyle badges - -on: - push: - branches: - - main - - feature/reference-style-table -jobs: - extract-refstyle-badges: - 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 - - name: extract refstyle badges - run: ${{github.workspace}}/.github/scripts/extract-refstyle-badges/extract-refstyle-badges.sh - - name: display modified README in GH action logs - run: cat ${{github.workspace}}/docs/REFERENCE_STYLE.md - - name: commit changes - run: | - # Note: the following account information will not work on GHES - git config user.name "github-actions[bot]" - git config user.email "41898282+github-actions[bot]@users.noreply.github.com" - git add ${{github.workspace}}/docs/REFERENCE_STYLE.md - git commit -m "docs: 📝 update reference-style table" - git status -s - git push