From 7f3900ff4412339f571420c5abb019dfc3bc3225 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Thu, 5 Dec 2024 08:52:50 -0500 Subject: [PATCH] fix: Update to MorphoCloud/MorphoCloudWorkflow@dc8407c List of MorphoCloudWorkflow changes: ``` $ git shortlog ee71e4f..dc8407c --no-merges Jean-Christophe Fillion-Robin (1): fix(request-initial-comments): Add missing line when appending volume and instance names ``` See https://github.com/MorphoCloud/MorphoCloudWorkflow/compare/ee71e4f...dc8407c --- .github/workflows/request-initial-comments.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/request-initial-comments.yml b/.github/workflows/request-initial-comments.yml index 7eaea6bf..985b99b5 100644 --- a/.github/workflows/request-initial-comments.yml +++ b/.github/workflows/request-initial-comments.yml @@ -43,6 +43,7 @@ jobs: with: issue-number: ${{ steps.collect_inputs.outputs.issue_number }} body: | + ### Instance Name `${{ steps.define.outputs.instance_name }}` @@ -63,6 +64,7 @@ jobs: with: issue-number: ${{ steps.collect_inputs.outputs.issue_number }} body: | + ### Volume Name `${{ steps.define_volume_name.outputs.volume_name }}`