Update .github/workflows/import.yaml
This commit is contained in:
parent
f56989468c
commit
e2049d866b
1 changed files with 2 additions and 0 deletions
2
.github/workflows/import.yaml
vendored
2
.github/workflows/import.yaml
vendored
|
@ -8,6 +8,8 @@ name: Import
|
||||||
jobs:
|
jobs:
|
||||||
recent:
|
recent:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
container:
|
||||||
|
image: ubuntu:latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
|
|
Reference in a new issue