From f9a31fa0ece52fa8784cf5b86d438ab6cf9421b4 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Halili Date: Sun, 14 Sep 2025 23:03:34 +0800 Subject: [PATCH] ci: do a hacked workaround by skipping clone part Signed-off-by: Andrei Jiroh Halili --- .github/workflows/testrig.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/testrig.yml b/.github/workflows/testrig.yml index 3452659..2e7b965 100644 --- a/.github/workflows/testrig.yml +++ b/.github/workflows/testrig.yml @@ -53,9 +53,8 @@ jobs: name: Test remote loader action runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 - name: Try loading from remote - uses: ./remote-loader@main + uses: andreijiroh-dev/dotenvx-action/remote-loader@main id: dotenvx with: url: https://raw.githubusercontent.com/andreijiroh-dev/dotenvx-action/main/.env.ci -- 2.51.2