Skip to content

Commit

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

```
$ git shortlog c6514e1..bb0e32f --no-merges
Jean-Christophe Fillion-Robin (1):
      fix(actions/send-email): Ensure connection URL is associated with email
```

See MorphoCloud/MorphoCloudWorkflow@c6514e1...bb0e32f
  • Loading branch information
jcfr committed Sep 23, 2024
1 parent 66b9d75 commit 9e3edea
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/actions/send-email/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ runs:
instance_name: ${{ inputs.instance_name }}

- name: Generate Guacamole Connection URL
if: ${{ steps.instance_poll.outputs.status == 'complete' }}
id: guacamole
uses: ./.github/actions/generate-connection-url
with:
Expand Down

0 comments on commit 9e3edea

Please sign in to comment.