diff --git a/.gitea/workflows/gitea-ci.yaml b/.gitea/workflows/gitea-ci.yaml index 9205716..4d0bdb3 100644 --- a/.gitea/workflows/gitea-ci.yaml +++ b/.gitea/workflows/gitea-ci.yaml @@ -13,6 +13,8 @@ jobs: if: gitea.ref == 'refs/heads/main' steps: - uses: actions/checkout@v4 + - run: | + echo "Test" - run: | echo "${{ secrets.ACCESS_TOKEN }}" | docker login --username beastie --password-stdin https://git.unixyourbrain.org/ - run: |