fix: res-update-game.yml

This commit is contained in:
MistEO
2023-05-01 00:54:34 +08:00
committed by GitHub
parent 863be35230
commit de68f2c8a4

View File

@@ -48,9 +48,9 @@ jobs:
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
- name: Trigger secondary workflows # ref: https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow
- name: Run Testing and Release # 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 -f release_body="Auto release of resource updates" release-nightly-ota
gh workflow run test
gh workflow run release-nightly-ota -f release_body="Auto release of resource updates"
env:
GH_TOKEN: ${{ github.token }}