修复action报错

This commit is contained in:
cc
2026-04-25 09:38:06 +08:00
parent a7ea22b1ae
commit c167be53b3
3 changed files with 17 additions and 0 deletions

View File

@@ -287,6 +287,12 @@ jobs:
if: always() && needs.prepare.result == 'success'
runs-on: ubuntu-latest
steps:
- name: Check out git repository
uses: actions/checkout@v5
with:
ref: ${{ env.TARGET_BRANCH }}
fetch-depth: 1
- name: Update fixed dev release notes
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}