mirror of
https://github.com/AstrBotDevs/AstrBot
synced 2026-07-15 17:30:13 +08:00
fix: update GitHub release action parameters for clarity
This commit is contained in:
3
.github/workflows/dashboard_ci.yml
vendored
3
.github/workflows/dashboard_ci.yml
vendored
@@ -39,7 +39,8 @@ jobs:
|
||||
uses: ncipollo/release-action@v1
|
||||
with:
|
||||
tag: ${{ env.COMMIT_SHA }}
|
||||
repo: AstrBotDevs/astrbot-release-harbour
|
||||
owner: AstrBotDevs
|
||||
repo: astrbot-release-harbour
|
||||
body: "Automated release from commit ${{ env.COMMIT_SHA }}"
|
||||
token: ${{ secrets.ASTRBOT_HARBOUR_TOKEN }}
|
||||
artifacts: "dashboard/dist.zip"
|
||||
Reference in New Issue
Block a user