From 9dea2948f165d76157a3ce703ef621df853dea3f Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Thu, 12 Sep 2024 18:09:33 -0400 Subject: [PATCH] fix: Update to MorphoCloud/MorphoCloudWorkflow@dd76ebd List of MorphoCloudWorkflow changes: ``` $ git shortlog 2f1c44b..dd76ebd --no-merges Jean-Christophe Fillion-Robin (1): fix(send-email): Refine command list to address email recipient more clearly ``` See https://github.com/MorphoCloud/MorphoCloudWorkflow/compare/2f1c44b...dd76ebd --- .github/actions/send-email/action.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/actions/send-email/action.yml b/.github/actions/send-email/action.yml index 5d1cff62..828c5403 100644 --- a/.github/actions/send-email/action.yml +++ b/.github/actions/send-email/action.yml @@ -120,14 +120,14 @@ runs: **Supported Issue Commands:** - _The commands described below may be added as issue comments. Only one command + _The commands listed below may be added as comments to issue [${{ github.repository }}#${{ inputs.instance_issue_number }}](https://github.com/${{ github.repository }}/issues/${{ inputs.instance_issue_number }}). Only one command may be entered per comment._ - - `/shelve`: Shelve the instance - - `/unshelve`: Unshelve the instance + - `/shelve`: Shelve **${{ inputs.instance_name }}** + - `/unshelve`: Unshelve **${{ inputs.instance_name }}** - `/encode_email`: Update issue description obfuscating email - `/decode_email`: Update issue description deobfuscating email - - `/email`: Send email to _Issue creator_ with connection URL + - `/email`: Send this email with connection URL - name: Set error message id: set_error_message