diff --git a/.gitea/workflows/tests.yml b/.gitea/workflows/tests.yml index 179ba30..e423f36 100644 --- a/.gitea/workflows/tests.yml +++ b/.gitea/workflows/tests.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: single-line options - uses: git.44net.ch/actions/docker-run-action@main + uses: https://git.44net.ch/actions/docker-run-action@main with: image: debian:11-slim volumes: /tmp/:/tmp/ @@ -23,7 +23,7 @@ jobs: run: echo "test" - name: multi-line options - uses: git.44net.ch/actions/docker-run-action@main + uses: https://git.44net.ch/actions/docker-run-action@main with: image: debian:11-slim volumes: |