Skip to content

Commit

Permalink
test syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Resonance1584 committed Jul 24, 2024
1 parent 3ea0378 commit b1e9be0
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: ${{ 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
Expand Down

0 comments on commit b1e9be0

Please sign in to comment.