mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 05:01:07 +00:00
Add composite action install_asciidoctor
This commit is contained in:
10
.github/actions/install_asciidoctor/action.yml
vendored
Normal file
10
.github/actions/install_asciidoctor/action.yml
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
name: install_asciidoctor
|
||||||
|
runs:
|
||||||
|
using: composite
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4.1.0
|
||||||
|
- name: Install asciidoctor
|
||||||
|
run: |-
|
||||||
|
sudo apt-get update
|
||||||
|
sudo apt install -y asciidoctor
|
||||||
|
shell: bash
|
Reference in New Issue
Block a user