diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 4cc0277..1b8f14a 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: image: docker:dind steps: - - run: apg-get update + - run: apt-get update - run: install node - uses: actions/checkout@v3 - uses: docker/login-action@v2