Skip to content

Commit

Permalink
Update default.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hakuin123 authored Nov 24, 2023
1 parent 4a0b3a6 commit 3ada1ae
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,26 +79,31 @@ jobs:
with:
repository: cinit/QAuxiliary
excludes: prerelease, draft
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- id: XAutoDaily
uses: pozetroninc/[email protected]
with:
repository: LuckyPray/XAutoDaily
excludes: prerelease, draft
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- id: TSBattery
uses: pozetroninc/[email protected]
with:
repository: fankes/TSBattery
excludes: prerelease, draft
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- id: QQCleaner
uses: pozetroninc/[email protected]
with:
repository: KitsunePie/QQCleaner
excludes: prerelease, draft
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
- id: LSPatch
uses: pozetroninc/[email protected]
with:
repository: LSPosed/LSPatch
excludes: prerelease, draft
token: ${{ secrets.PERSONAL_ACCESS_TOKEN }}

# 发布Release
- name: Draft Release 发布Release
Expand All @@ -121,7 +126,6 @@ jobs:
| QQCleaner | ${{ steps.QQCleaner.outputs.release }} | [点击跳转](https://github.com/KitsunePie/QQCleaner) |
<details><summary>点击展开模块更新详情</summary>
<p>
#### QAuxiliary
${{ steps.QAuxiliary.outputs.description }}
#### XAutoDaily
Expand All @@ -130,7 +134,4 @@ jobs:
${{ steps.TSBattery.outputs.description }}
#### QQCleaner
${{ steps.QQCleaner.outputs.description }}
[LSPatch](https://github.com/LSPosed/LSPatch)版本:${{ steps.LSPatch.outputs.release }}
#### [LSPatch](https://github.com/LSPosed/LSPatch)版本:${{ steps.LSPatch.outputs.release }}

0 comments on commit 3ada1ae

Please sign in to comment.