Skip to content

Commit

Permalink
fix: action name
Browse files Browse the repository at this point in the history
  • Loading branch information
Alina Freydina committed Nov 16, 2023
1 parent 90b4432 commit 208ce71
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gh-action-terragrunt-apply/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# terragrunt-apply-all action
# gh-action-terragrunt-apply action

This Terragrunt action based on [dflook/terraform-github-actions](https://github.com/dflook/terraform-github-actions).

Expand Down
2 changes: 1 addition & 1 deletion gh-action-terragrunt-apply/action.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: terragrunt-apply-all
name: gh-action-terragrunt-apply
description: Applay a Terraform plan
author: Alina Freydina

Expand Down
4 changes: 2 additions & 2 deletions gh-action-terragrunt-plan/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# terragrunt-plan-all action
# gh-action-terragrunt-plan action

This Terragrunt action based on [dflook/terraform-github-actions](https://github.com/dflook/terraform-github-actions).

Expand Down Expand Up @@ -168,7 +168,7 @@ A minimal example payload looks like:
```json
{
"pull_request": {
"url": "https://api.github.com/repos/dflook/terraform-github-actions/pulls/1"
"url": "https://api.github.com/repos/wayofdev/gh-actions-terragrunt/pulls/1"
}
}
```
Expand Down
2 changes: 1 addition & 1 deletion gh-action-terragrunt-plan/action.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: terragrunt-plan-all
name: gh-action-terragrunt-plan
description: Create a Terraform plan
author: Alina Freydina

Expand Down

0 comments on commit 208ce71

Please sign in to comment.