mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 18:36:58 +02:00
ci: 👷 GH actions : no need to install gawk + git
This commit is contained in:
parent
ae2aa61968
commit
fd89f33543
1 changed files with 5 additions and 4 deletions
|
|
@ -10,10 +10,11 @@ jobs:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5.0.0
|
- uses: actions/checkout@v5.0.0
|
||||||
- name: update apt
|
# # LOCAL: Uncomment the apt-get commands for local GH actions testing via "act"
|
||||||
run: sudo apt-get update
|
# - name: update apt
|
||||||
- name: install gawk and git
|
# run: apt-get update
|
||||||
run: sudo apt-get install -y gawk git
|
# - name: install gawk and git
|
||||||
|
# run: apt-get install -y gawk git
|
||||||
- name: extract refstyle badges
|
- name: extract refstyle badges
|
||||||
run: ${{github.workspace}}/.github/scripts/extract-refstyle-badges/extract-refstyle-badges.sh
|
run: ${{github.workspace}}/.github/scripts/extract-refstyle-badges/extract-refstyle-badges.sh
|
||||||
- name: display modified README in GH action logs
|
- name: display modified README in GH action logs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue