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
|
runs-on: cth-ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: https://github.com/ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 3.3.5
|
ruby-version: 3.3.5
|
||||||
- run: |
|
- run: |
|
||||||
|
|
|
@ -8,7 +8,7 @@ jobs:
|
||||||
runs-on: cth-ubuntu-latest
|
runs-on: cth-ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: addnab/docker-run-action@v3
|
- uses: https://github.com/addnab/docker-run-action@v3
|
||||||
with:
|
with:
|
||||||
image: docker.atomaka.com/mdformat:latest
|
image: docker.atomaka.com/mdformat:latest
|
||||||
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
|
options: --volumes-from=${{ env.JOB_CONTAINER_NAME }}
|
||||||
|
@ -19,7 +19,7 @@ jobs:
|
||||||
runs-on: cth-ubuntu-latest
|
runs-on: cth-ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: ruby/setup-ruby@v1
|
- uses: https://github.com/ruby/setup-ruby@v1
|
||||||
with:
|
with:
|
||||||
ruby-version: 3.3.5
|
ruby-version: 3.3.5
|
||||||
- run: |
|
- run: |
|
||||||
|
|
Loading…
Reference in a new issue