Skip to content

Commit

Permalink
chore: indentation issues
Browse files Browse the repository at this point in the history
  • Loading branch information
devops-chris committed Dec 28, 2023
1 parent 6284bb6 commit 7ff6927
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/actions/tf-apply/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,12 @@ runs:
using: "composite"
steps:
- name: Get last directory name
id: get-tf-dir
run: |
tf-dir=$(echo ${{ inputs.terraform_directory }} | rev | cut -d'/' -f1 | rev)
echo "Last directory name is: $last_dir"
id: get-tf-dir
run: |
tf-dir=$(echo ${{ inputs.terraform_directory }} | rev | cut -d'/' -f1 | rev)
echo "Last directory name is: $last_dir"
shell: bash

- name: Set Terraform Variables
run: |
if [[ -n "${INPUT_TF_VARS}" ]]; then
Expand Down
8 changes: 4 additions & 4 deletions .github/actions/tf-plan/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ runs:
using: "composite"
steps:
- name: Get last directory name
id: get-tf-dir
run: |
tf-dir=$(echo ${{ inputs.terraform_directory }} | rev | cut -d'/' -f1 | rev)
echo "Last directory name is: $last_dir"
id: get-tf-dir
run: |
tf-dir=$(echo ${{ inputs.terraform_directory }} | rev | cut -d'/' -f1 | rev)
echo "Last directory name is: $last_dir"
shell: bash

- name: Set Terraform Variables
Expand Down

0 comments on commit 7ff6927

Please sign in to comment.