From cb1af0c9adb1dc7e6625b4fadaa35c3b4d49cb15 Mon Sep 17 00:00:00 2001 From: Fd Date: Wed, 28 Jan 2026 15:08:16 +0000 Subject: [PATCH] fix: runner --- .github/workflows/login-gitea-runner.yml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/.github/workflows/login-gitea-runner.yml b/.github/workflows/login-gitea-runner.yml index 2da4d57..02eaab7 100644 --- a/.github/workflows/login-gitea-runner.yml +++ b/.github/workflows/login-gitea-runner.yml @@ -7,17 +7,11 @@ on: jobs: check-in: - runs-on: docker + runs-on: node20 steps: - uses: actions/checkout@v4 - - - uses: actions/setup-node@v4 - with: - node-version: "20" - - - name: Check In - run: node index.js + - run: node index.js env: CRED: ${{ secrets.CRED }} DISCORD_WEBHOOK: ${{ secrets.DISCORD_WEBHOOK }} - DISCORD_USER: ${{ secrets.DISCORD_USER }} + DISCORD_USER: ${{ secrets.DISCORD_USER }} \ No newline at end of file