Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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
  • Loading branch information
jcfr committed Sep 12, 2024
1 parent ad84911 commit 9dea294
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/actions/send-email/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9dea294

Please sign in to comment.