Browse Source

fix: job step name

Co-authored-by: Lucas Severo Alves <lucassalves65@gmail.com>
Moritz Johner 4 years ago
parent
commit
a8f576a8f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/e2e-managed.yml

+ 1 - 1
.github/workflows/e2e-managed.yml

@@ -138,7 +138,7 @@ jobs:
       with:
         api-key: ${{ secrets.INFRACOST_API_KEY }}
 
-    - name: Generate Infracost JSON for AWS
+    - name: Generate Infracost JSON for provider
       run: infracost breakdown --path terraform/${{github.event.client_payload.slash_command.args.named.provider}}/plan.json --format json --out-file /tmp/infracost.json
 
     - name: Post Infracost comment