From 85967917b5212823c3a0352843681a9335227f9d Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 20:36:09 +0000 Subject: [PATCH] fix: remove incorrect working-directory from CI workflow --- .gitea/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 5df345f..5482a1e 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -11,9 +11,6 @@ on: jobs: test: runs-on: ubuntu-latest - defaults: - run: - working-directory: ./dotenv-types steps: - uses: actions/checkout@v4