From 114857cceb7509b0a1624051696e7b5387551c19 Mon Sep 17 00:00:00 2001 From: hizumi Date: Wed, 10 Dec 2025 11:35:58 -0600 Subject: [PATCH] debug workflow is sed really not included? --- .gitea/workflows/ci-deploy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/ci-deploy.yaml b/.gitea/workflows/ci-deploy.yaml index 70b919f..9fd6881 100644 --- a/.gitea/workflows/ci-deploy.yaml +++ b/.gitea/workflows/ci-deploy.yaml @@ -22,12 +22,14 @@ jobs: with: node-version: 20.19 - - name: Verify Node Environment + - name: Verify Local Environment run: | which npm npm -v which node node -v + which sed + sed --version - name: Checkout uses: actions/checkout@v5