Specify action location
This commit is contained in:
parent
a26018285f
commit
c30252267f
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: cth-ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ruby/setup-ruby@v1
|
||||
- uses: https://github.com/ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.3.5
|
||||
- run: |
|
||||
|
|
|
@ -8,7 +8,7 @@ jobs:
|
|||
runs-on: cth-ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: addnab/docker-run-action@v3
|
||||
- uses: https://github.com/addnab/docker-run-action@v3
|
||||
with:
|
||||
image: docker.atomaka.com/mdformat:latest
|
||||
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
|
||||
|
@ -19,7 +19,7 @@ jobs:
|
|||
runs-on: cth-ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: ruby/setup-ruby@v1
|
||||
- uses: https://github.com/ruby/setup-ruby@v1
|
||||
with:
|
||||
ruby-version: 3.3.5
|
||||
- run: |
|
||||
|
|
Loading…
Reference in a new issue