使用自己迁移的action仓库
All checks were successful
自动版本发布 / AutoRelease (push) Has been skipped

This commit is contained in:
liyp 2025-04-12 15:50:27 +08:00
parent ccd3c56392
commit 2312b52970

View File

@ -15,7 +15,7 @@ jobs:
steps:
- name: 检出仓库
uses: https://gitee.com/actions-mirror/checkout@v4
uses: https://git.linuxacme.com/iorebuild/checkout@v4
with:
fetch-depth: 0
# 启用子模块支持
@ -129,7 +129,7 @@ jobs:
echo "Body = ${{ steps.get-commit-log.outputs.commit_log }}"
- name: 创建Gitea发布
uses: https://gitea.com/actions/gitea-release-action@main
uses: https://git.linuxacme.com/iorebuild/gitea-release-action@main
with:
gitea_token: ${{ secrets.AUTOGENERATE }}
gitea_instance_url: ${{ github.server_url }}