Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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 MorphoCloud/MorphoCloudWorkflow@ee71e4f...dc8407c
  • Loading branch information
jcfr committed Dec 5, 2024
1 parent 21b86be commit 7f3900f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/request-initial-comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ jobs:
with:
issue-number: ${{ steps.collect_inputs.outputs.issue_number }}
body: |
### Instance Name
`${{ steps.define.outputs.instance_name }}`
Expand All @@ -63,6 +64,7 @@ jobs:
with:
issue-number: ${{ steps.collect_inputs.outputs.issue_number }}
body: |
### Volume Name
`${{ steps.define_volume_name.outputs.volume_name }}`
Expand Down

0 comments on commit 7f3900f

Please sign in to comment.