mirror of
https://github.com/inttter/md-badges.git
synced 2026-05-06 18:36:58 +02:00
ci: 👷 GH actions : sudo make me a sandwich
This commit is contained in:
parent
7111c55fa7
commit
5f65402961
1 changed files with 2 additions and 2 deletions
|
|
@ -11,9 +11,9 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v5.0.0
|
||||
- name: update apt
|
||||
run: apt-get update
|
||||
run: sudo apt-get update
|
||||
- name: install gawk and git
|
||||
run: apt-get install -y gawk 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue