Skip to content

Commit

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

```
$ git shortlog 86e1d89..b459137 --no-merges
Jean-Christophe Fillion-Robin (1):
      fix(actions/control-instance): Add missing "os_cloud" input
```

See MorphoCloud/MorphoCloudWorkflow@86e1d89...b459137
  • Loading branch information
jcfr committed Sep 11, 2024
1 parent 1101469 commit d218bf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/actions/control-instance/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ runs:
id: check_instance
uses: ./.github/actions/check-instance-exists
with:
os_cloud: ${{ inputs.os_cloud }}
instance_name: ${{ steps.define.outputs.instance_name }}

- name: command results comment (Instance does not exist)
Expand Down

0 comments on commit d218bf5

Please sign in to comment.