test
Some checks failed
Gitea Actions Build / build and releases (push) Failing after 56s

This commit is contained in:
Armamem0t 2025-06-18 17:52:41 +08:00
parent aec53fe07e
commit 25ce637482
Signed by: minglipro
GPG Key ID: 5F355A77B22AA93B

View File

@ -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"