From 2f4bdd01d522b0dc246ca562e136750ddc509503 Mon Sep 17 00:00:00 2001 From: minglipro Date: Wed, 18 Jun 2025 18:01:44 +0800 Subject: [PATCH] a --- .gitea/workflows/action.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/action.yaml b/.gitea/workflows/action.yaml index 6ecba8b..d689ed2 100644 --- a/.gitea/workflows/action.yaml +++ b/.gitea/workflows/action.yaml @@ -31,9 +31,7 @@ jobs: env: 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" + java -jar com.mingliqiye.gitea.releases-1.0.jar -s "${{gitea.server_url}}" -o "${{gitea.repository_owner}}" -r ${{gitea.event.repository.name}} -t "${{gitea.token}}" -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" \ No newline at end of file