Skip to content

Commit

Permalink
pre-commit fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit authored and warrenbrown committed Jul 16, 2020
1 parent 461e0bc commit c8a998e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ jobs:
- name: Terraform Init
id: init
run: terraform init
working-directory: ./test

- name: Terraform Plan
id: plan
run: terraform plan -no-color
continue-on-error: true
working-directory: ./test

- uses: actions/[email protected]
if: github.event_name == 'pull_request'
Expand Down Expand Up @@ -54,3 +56,5 @@ jobs:
repo: context.repo.repo,
body: output
})
- name: Environment Var test
run: echo $WORKING_DIRECTORY
2 changes: 1 addition & 1 deletion test/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
provider "aws" {
region = "us-west-2"
region = "us-west-2"
}

module "core" {
Expand Down

0 comments on commit c8a998e

Please sign in to comment.