From 04fd08ce3d1ae0a4778dd29dac7a9e341e89e0b4 Mon Sep 17 00:00:00 2001 From: "Tomachi [ICHIGO]" Date: Sun, 16 Jan 2022 22:20:19 +0900 Subject: [PATCH] fix: Trailing spaces --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c7d9d5d8c..6d90e71cb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -110,7 +110,7 @@ jobs: issue-number: ${{ github.event.pull_request.number }} body: | # :white_check_mark: デプロイが完了しました - + プルリクエストがマージされたため、本番環境へのデプロイを行いました。 バージョンは `${{ fromJson(steps.deployRequest.outputs.response).version }}` です。稼働中バージョンの確認は Minecraft サーバ内で `/ver MyMaid4` を実行することで確認できます。 反映は本番環境の再起動後ですので、アクティブログインユーザーの同意を得て再起動するか、3時の自動再起動を待ってください。 @@ -122,10 +122,10 @@ jobs: issue-number: ${{ github.event.pull_request.number }} body: | # :x: デプロイに失敗しました - + プルリクエストがマージされたため、本番環境へのデプロイを行おうとしましたが失敗しました。 エラー内容は以下の通りです。 - + ``` ${{ fromJson(steps.deployRequest.outputs.response).type }} (${{ fromJson(steps.deployRequest.outputs.response).type_ja }}) - ${{ fromJson(steps.deployRequest.outputs.response).status }} (${{ fromJson(steps.deployRequest.outputs.response).status_ja }}) ${{ fromJson(steps.deployRequest.outputs.response).message }}