diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 33d3416..7fb9ce1 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -4,6 +4,8 @@ on: [push] jobs: build: steps: + - name: Check out repository code + uses: https://gitea.com/actions/checkout@v3 - name: Use gitea Node.js uses: https://gitea.com/actions/setup-node@v4 with: