diff --git a/.github/workflows/pipelines-root.yml b/.github/workflows/pipelines-root.yml index 32309ab..5d8737e 100644 --- a/.github/workflows/pipelines-root.yml +++ b/.github/workflows/pipelines-root.yml @@ -185,7 +185,7 @@ jobs: if: always() with: job_name: ${{ env.JOB_NAME }} - step_name_prefix: ${{ steps.gruntwork_context.outputs.action == 'TERRAGRUNT_EXECUTE' && '[TerragruntExecute]: Authenticate with AWS and then Invoke Terragrunt' || (steps.gruntwork_context.outputs.action == 'BASELINE_ACCOUNT' && 'Run core accounts baselines' || '[ProvisionAccount]: Provision New Account') }} + step_name_prefix: ${{ steps.gruntwork_context.outputs.action == 'TERRAGRUNT_EXECUTE' && '[TerragruntExecute]: Authenticate with AWS and then Invoke Terragrunt' || 'blah' }} - name: Update comment uses: ./pipelines-actions/.github/actions/pipelines-status-update