Skip to content

Commit d7750ba

Browse files
committed
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 MorphoCloud/MorphoCloudWorkflow@2f1c44b...dd76ebd
1 parent ad84911 commit d7750ba

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/actions/send-email/action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -120,14 +120,14 @@ runs:
120120
121121
**Supported Issue Commands:**
122122
123-
_The commands described below may be added as issue comments. Only one command
123+
_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
124124
may be entered per comment._
125125
126-
- `/shelve`: Shelve the instance
127-
- `/unshelve`: Unshelve the instance
126+
- `/shelve`: Shelve **${{ inputs.instance_name }}**
127+
- `/unshelve`: Unshelve **${{ inputs.instance_name }}**
128128
- `/encode_email`: Update issue description obfuscating email
129129
- `/decode_email`: Update issue description deobfuscating email
130-
- `/email`: Send email to _Issue creator_ with connection URL
130+
- `/email`: Send this email with connection URL
131131
132132
- name: Set error message
133133
id: set_error_message

0 commit comments

Comments
 (0)