diff --git a/.gitea/workflows/demo.yaml b/.gitea/workflows/demo.yaml index 21a684d..f2365b4 100644 --- a/.gitea/workflows/demo.yaml +++ b/.gitea/workflows/demo.yaml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3 - name: container-setup - run: echo "test + run: echo "test" - name: build run: g++ -o app main.cpp @@ -31,7 +31,7 @@ jobs: needs: build steps: - name: container-setup - run: echo test" + run: echo "test" - name: download uses: actions/download-artifact@v3 with: