From 967e3a21df719460ce813944cb0c1ee4f3515047 Mon Sep 17 00:00:00 2001 From: Doc Date: Wed, 8 Oct 2025 21:26:35 -0400 Subject: [PATCH] Added todo test --- .gitea/workflows/test-todo-issue.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/test-todo-issue.yaml b/.gitea/workflows/test-todo-issue.yaml index 6fa4322..0fba528 100644 --- a/.gitea/workflows/test-todo-issue.yaml +++ b/.gitea/workflows/test-todo-issue.yaml @@ -26,6 +26,9 @@ jobs: - uses: actions/checkout@v3 - name: Print environment + env: + baseUrl: ${{ env.GITHUB_API_URL }} + GHE_HOST: ${{ env.GITHUB_API_URL }} run: | echo "=== ENVIRONMENT ===" printenv @@ -35,5 +38,7 @@ jobs: with: excludePattern: '^(node_modules/)' env: + baseUrl: ${{ env.GITHUB_API_URL }} + GHE_HOST: ${{ env.GITHUB_API_URL }} ACTIONS_STEP_DEBUG: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file