From 9e7d9ea1b353385bd2f9d04be88a607c26504ee2 Mon Sep 17 00:00:00 2001 From: MistEO Date: Mon, 1 May 2023 00:43:10 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E8=87=AA=E5=8A=A8=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E8=B5=84=E6=BA=90=E5=8F=91=E7=89=88=E5=8A=A0=E4=B8=AA=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/res-update-game.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/res-update-game.yml b/.github/workflows/res-update-game.yml index 43e479021c..005da0fd42 100644 --- a/.github/workflows/res-update-game.yml +++ b/.github/workflows/res-update-game.yml @@ -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 }}