build test

This commit is contained in:
lutinglt
2025-12-02 14:39:12 +08:00
parent 76e547987b
commit 6a0a92cd94
2 changed files with 2 additions and 5 deletions

View File

@@ -1,13 +1,10 @@
name: release name: build
on: on:
push: push:
branches: branches:
- main - main
permissions:
contents: write
jobs: jobs:
release: release:
runs-on: ubuntu-latest runs-on: ubuntu-latest

View File

@@ -1,5 +1,5 @@
import * as dotenv from "dotenv"; import * as dotenv from "dotenv";
dotenv.config({ quiet: true }); dotenv.config({ quiet: true });
//
console.log(process.env.GITEA_PATH); console.log(process.env.GITEA_PATH);