Update .github/workflows/import.yaml

This commit is contained in:
Conor425 2024-11-23 15:57:44 +00:00
parent f56989468c
commit e2049d866b

View file

@ -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: