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 }}