diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 866d96a..73e2df9 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -19,6 +19,8 @@ jobs: Explore-Gitea-Actions: runs-on: ubuntu-latest steps: + - name: Checkout code + uses: actions/checkout@v4 - name: Get commit message (Push) if: github.event_name == 'push' run: |