From 9e3edeaa5445eef560e09e550cdbf30d9a663e74 Mon Sep 17 00:00:00 2001 From: Jean-Christophe Fillion-Robin Date: Mon, 23 Sep 2024 18:12:46 -0400 Subject: [PATCH] fix: Update to MorphoCloud/MorphoCloudWorkflow@bb0e32f 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 https://github.com/MorphoCloud/MorphoCloudWorkflow/compare/c6514e1...bb0e32f --- .github/actions/send-email/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/send-email/action.yml b/.github/actions/send-email/action.yml index 828c5403..b782ba16 100644 --- a/.github/actions/send-email/action.yml +++ b/.github/actions/send-email/action.yml @@ -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: