Skip to content

Commit

Permalink
Dynamic step name
Browse files Browse the repository at this point in the history
  • Loading branch information
Resonance1584 committed Jul 24, 2024
1 parent f568d2b commit 457c199
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pipelines-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
if: always()
with:
job_name: ${{ env.JOB_NAME }}
step_name_prefix: "[TerragruntExecute]"
step_name_prefix: ${{ if 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') }}

- name: Update comment
uses: ./pipelines-actions/.github/actions/pipelines-status-update
Expand Down

0 comments on commit 457c199

Please sign in to comment.