Skip to content

Commit

Permalink
test workflow action trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
gaganhattar committed Jul 13, 2024
1 parent af6c97e commit 459b39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ env:
EKS_CLUSTER: github-practice-eks
GITHUB_TOKEN: $

jobs: # jobs are steps to excute in the pipeline
jobs: # jobs are steps to excute in the pipeline
terraform:
name: "Apply terraform code changes"
runs-on: ubuntu-latest #container with ubuntu image, runs below cmds/steps
Expand Down

0 comments on commit 459b39f

Please sign in to comment.