mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 10:26:57 +02:00
ci: 👷 GH actions : update commit comment
This commit is contained in:
parent
dd1450b6d4
commit
cc3e00e01b
4 changed files with 93 additions and 2 deletions
|
|
@ -24,6 +24,6 @@ jobs:
|
||||||
git config user.name "github-actions[bot]"
|
git config user.name "github-actions[bot]"
|
||||||
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
|
||||||
git add ${{github.workspace}}/docs/REFERENCE_STYLE.md
|
git add ${{github.workspace}}/docs/REFERENCE_STYLE.md
|
||||||
git commit -m "[bot] update reference-style table"
|
git commit -m "docs: 📝 update reference-style table"
|
||||||
git status
|
git status -s
|
||||||
git push
|
git push
|
||||||
|
|
|
||||||
31
.history/.github/workflows/extract-refstyle-badges_20250821194352.yml
vendored
Normal file
31
.history/.github/workflows/extract-refstyle-badges_20250821194352.yml
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
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
|
||||||
31
.history/.github/workflows/extract-refstyle-badges_20250821194545.yml
vendored
Normal file
31
.history/.github/workflows/extract-refstyle-badges_20250821194545.yml
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
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
|
||||||
29
.history/.github/workflows/extract-refstyle-badges_20250821194607.yml
vendored
Normal file
29
.history/.github/workflows/extract-refstyle-badges_20250821194607.yml
vendored
Normal file
|
|
@ -0,0 +1,29 @@
|
||||||
|
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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue