From de68f2c8a4d666aa49709fef3023c2be317c1670 Mon Sep 17 00:00:00 2001 From: MistEO Date: Mon, 1 May 2023 00:54:34 +0800 Subject: [PATCH] fix: res-update-game.yml --- .github/workflows/res-update-game.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 }}