From 25ce637482c0d4046a75483ac30af16a9eb105db Mon Sep 17 00:00:00 2001 From: minglipro Date: Wed, 18 Jun 2025 17:52:41 +0800 Subject: [PATCH] test --- .gitea/workflows/action.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 7f8b0db..6ecba8b 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -32,6 +32,7 @@ jobs: SUPER_SECRET: ${{ gitea.token }} run: | echo "${{toJSON(gitea)}}" + echo $SUPER_SECRET java -jar com.mingliqiye.gitea.releases-1.0.jar -s "${{gitea.server_url}}" -o "${{gitea.repository_owner}}" -t "Auto Releases" -r ${{gitea.event.repository.name}} -t "$SUPER_SECRET" -ti "Auto releases ${{gitea.sha}}" -b "# Auto releases wtih ${{gitea.event.head_commit.message}} - [${{gitea.sha}}](${{gitea.event.head_commit.url}})" tn "Auto Releases" -a "build/libs"