chore: 自动更新资源发版加个说明

This commit is contained in:
MistEO
2023-05-01 00:43:10 +08:00
committed by GitHub
parent f5d2116fbd
commit f29ebd6afe

View File

@@ -51,6 +51,6 @@ jobs:
- name: Trigger secondary workflows # ref: https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
run: |
gh workflow run --repo $GITHUB_REPOSITORY test
gh workflow run --repo $GITHUB_REPOSITORY release-nightly-ota
gh workflow run --repo $GITHUB_REPOSITORY -f release_body="Auto release of resource updates" release-nightly-ota
env:
GH_TOKEN: ${{ github.token }}