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:
|
||||
recent:
|
||||
runs-on: docker
|
||||
container:
|
||||
image: ubuntu:latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
with:
|
||||
|
|
Reference in a new issue