diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 2c6d7c5..7efe34d 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -6,4 +6,6 @@ jobs: build: steps: - run: echo "🔎 The name of your branch is ${{ gitea.ref }} and your repository is ${{ gitea.repository }}." + - name: Check out repository code + uses: actions/checkout@v3 \ No newline at end of file