diff --git a/.github/workflows/res-update-game.yml b/.github/workflows/res-update-game.yml index 005da0fd42..138420eabd 100644 --- a/.github/workflows/res-update-game.yml +++ b/.github/workflows/res-update-game.yml @@ -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 }}