]> git.ipfire.org Git - thirdparty/fastapi/sqlmodel.git/commitdiff
👷 Fix smokeshow, checkout files on CI (#1136)
authorSebastián Ramírez <tiangolo@gmail.com>
Sat, 12 Oct 2024 13:54:21 +0000 (15:54 +0200)
committerGitHub <noreply@github.com>
Sat, 12 Oct 2024 13:54:21 +0000 (15:54 +0200)
.github/workflows/smokeshow.yml

index 2280a9de620010f7a3e5ca7f1f8816a8c187a703..651f838da817385ea00ab4cbb307fa7a601e69e6 100644 (file)
@@ -15,8 +15,8 @@ jobs:
   smokeshow:
     if: ${{ github.event.workflow_run.conclusion == 'success' }}
     runs-on: ubuntu-latest
-
     steps:
+      - uses: actions/checkout@v4
       - uses: actions/setup-python@v5
         with:
           python-version: '3.9'