-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Update to MorphoCloud/MorphoCloudWorkflow@0ea26c7
List of MorphoCloudWorkflow changes: ``` $ git shortlog 8ea5fa0..0ea26c7 --no-merges Jean-Christophe Fillion-Robin (1): fix(send-email): Update email template adding link to instance issue ``` See MorphoCloud/MorphoCloudWorkflow@8ea5fa0...0ea26c7
- Loading branch information
Showing
3 changed files
with
6 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,6 +13,9 @@ inputs: | |
instance_name: | ||
description: "Name of the instance to connect to" | ||
required: true | ||
instance_issue_number: | ||
description: "Reference of the GitHub issue associated with the instance" | ||
required: true | ||
connection_url: | ||
description: "Guacamole Connection URL" | ||
required: true | ||
|
@@ -54,6 +57,7 @@ runs: | |
- To unshelve an existing instance, use the`/unshelve` command. | ||
- To shelve an instance and preserve your allocation, use the `/shelve` command. | ||
- To obtain the latest set of access credentials, use the `/email` command. | ||
- Commands should be added as comments to issue [${{ github.repository }}#${{ inputs.instance_issue_number }}](https://github.com/${{ github.repository }}/issues/${{ inputs.instance_issue_number }}) | ||
If you have questions, please contact [[email protected]](mailto:[email protected]). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters