From 97970c1a1e078ff2acdde00abded926550dfd846 Mon Sep 17 00:00:00 2001 From: caiotavaresdito Date: Tue, 26 Oct 2021 22:12:26 -0400 Subject: [PATCH] fixed tags indentation --- .github/workflows/linting.yml | 6 +++--- .github/workflows/tests-environment.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index ce0e3b89..543ec88a 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -17,9 +17,9 @@ on: pull_request: branches: - master -tags: - - ci - - lint + tags: + - ci + - lint env: _TERRAFORM_VERSION: 1.0.4 TF_CLI_CONFIG_FILE: $GITHUB_WORKSPACE/.github/.terraformrc diff --git a/.github/workflows/tests-environment.yml b/.github/workflows/tests-environment.yml index e88fce8d..58f432f2 100644 --- a/.github/workflows/tests-environment.yml +++ b/.github/workflows/tests-environment.yml @@ -17,9 +17,9 @@ on: pull_request: branches: - master -tags: - - ci - - test + tags: + - ci + - test env: _TERRAFORM_VERSION: 1.0.4 TF_CLI_CONFIG_FILE: $GITHUB_WORKSPACE/.github/.terraformrc