Skip to content

Commit

Permalink
chore: fix error reporting for deploys
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielMSchmidt authored and mergify[bot] committed Sep 18, 2023
1 parent 81132b2 commit 2f1d899
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy-cdktf-stacks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

jobs:
terraform:
name: "Terraform CDK Diff"
name: "Terraform CDK Deploy"
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down Expand Up @@ -48,6 +48,7 @@ jobs:
with:
payload: |
{
"provider_name": "stack depoy ${{ matrix.stack }}",
"run_url": "https://github.com/cdktf/cdktf-repository-manager/actions/runs/${{ github.run_id }}"
}
env:
Expand Down

0 comments on commit 2f1d899

Please sign in to comment.