From efa0c7d3ad9298803e95106774bd367ada3b81d5 Mon Sep 17 00:00:00 2001 From: Andy Hsu Date: Sun, 21 Jul 2024 20:46:54 +0800 Subject: [PATCH] only change moudle path --- .github/workflows/go-test.yml | 4 ++-- js.cover.sh | 8 ++++---- linux.cover.sh | 8 ++++---- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/go-test.yml b/.github/workflows/go-test.yml index 5cb53fc..d12e077 100644 --- a/.github/workflows/go-test.yml +++ b/.github/workflows/go-test.yml @@ -19,13 +19,13 @@ jobs: js: true steps: - id: go-test - uses: alist-org/actions/go-test@main + uses: djherbis/actions/go-test@main with: github_token: ${{ secrets.GITHUB_TOKEN }} coveralls_parallel: true if: ${{ !matrix.js }} - id: go-test-js - uses: alist-org/actions/go-test-js@main + uses: djherbis/actions/go-test-js@main with: github_token: ${{ secrets.GITHUB_TOKEN }} coveralls_parallel: true diff --git a/js.cover.sh b/js.cover.sh index e734a64..4a31c3e 100644 --- a/js.cover.sh +++ b/js.cover.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -docker build -f js.cover.dockerfile -t js.cover.alist-org.times . -docker create --name js.cover.alist-org.times js.cover.alist-org.times -docker cp js.cover.alist-org.times:/go/src/github.com/alist-org/times/profile.cov . -docker rm -v js.cover.alist-org.times \ No newline at end of file +docker build -f js.cover.dockerfile -t js.cover.djherbis.times . +docker create --name js.cover.djherbis.times js.cover.djherbis.times +docker cp js.cover.djherbis.times:/go/src/github.com/alist-org/times/profile.cov . +docker rm -v js.cover.djherbis.times \ No newline at end of file diff --git a/linux.cover.sh b/linux.cover.sh index 8bb335a..27982e1 100644 --- a/linux.cover.sh +++ b/linux.cover.sh @@ -1,7 +1,7 @@ #!/bin/bash set -e -docker build -f linux.cover.dockerfile -t linux.cover.alist-org.times . -docker create --name linux.cover.alist-org.times linux.cover.alist-org.times -docker cp linux.cover.alist-org.times:/go/src/github.com/alist-org/times/profile.cov . -docker rm -v linux.cover.alist-org.times \ No newline at end of file +docker build -f linux.cover.dockerfile -t linux.cover.djherbis.times . +docker create --name linux.cover.djherbis.times linux.cover.djherbis.times +docker cp linux.cover.djherbis.times:/go/src/github.com/alist-org/times/profile.cov . +docker rm -v linux.cover.djherbis.times \ No newline at end of file