Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
List of MorphoCloudWorkflow changes:

```
$ git shortlog 5f1d3ee..1799dad --no-merges
Jean-Christophe Fillion-Robin (1):
      feat: Shorten messages associated with successfull command execution
```

See MorphoCloud/MorphoCloudWorkflow@5f1d3ee...1799dad
  • Loading branch information
jcfr committed Dec 8, 2024
1 parent 52a262b commit d2880dc
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 12 deletions.
4 changes: 1 addition & 3 deletions .github/actions/control-instance/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,9 +231,7 @@ runs:
with:
issue-number: ${{ inputs.issue_number }}
body: |
### Command Results ✅
Instance **${{ steps.define.outputs.instance_name }}** successfully ${{ inputs.command_name }}d.
Instance **${{ steps.define.outputs.instance_name }}** successfully ${{ inputs.command_name }}d ✅
- name: Update Request Status Label
uses: ./.github/actions/update-request-status-label
Expand Down
4 changes: 1 addition & 3 deletions .github/actions/delete-volume/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,4 @@ runs:
with:
issue-number: ${{ inputs.issue_number }}
body: |
### Command Results ✅
Volume **${{ steps.define_volume_name.outputs.volume_name }}** successfully deleted.
Volume **${{ steps.define_volume_name.outputs.volume_name }}** successfully deleted ✅
4 changes: 1 addition & 3 deletions .github/actions/update-issue-description/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,7 @@ runs:
with:
issue-number: ${{ inputs.issue_number }}
body: |
### Command Results ✅
`${{ inputs.command_name }}` command successfully applied to this issue.
`${{ inputs.command_name }}` command successfully applied to this issue ✅
- name: command results comment (failure)
if: ${{ failure() }}
Expand Down
4 changes: 1 addition & 3 deletions .github/workflows/send-email.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,4 @@ jobs:
with:
issue-number: ${{ github.event.issue.number }}
body: |
### Command Results ✅
`email` command successfully completed for **${{ steps.define.outputs.instance_name }}** instance.
`email` command successfully completed for **${{ steps.define.outputs.instance_name }}** instance ✅
Empty file added filtered.json
Empty file.

0 comments on commit d2880dc

Please sign in to comment.