Skip to content

Commit

Permalink
Add ls -a command to display all files in working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ShocOne committed Mar 14, 2024
1 parent e4682e5 commit 9bb8d1a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/plan/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,11 +70,12 @@ runs:
shell: bash
run: |
terraform plan -no-color -out=plan.tfplan
ls -a
working-directory: ${{ inputs.terraform_working_directory }}


- name: Export TF Plan
id: json
id: export
shell: bash
run: |
terraform show -no-color -json plan.tfplan > plan.json
Expand Down

0 comments on commit 9bb8d1a

Please sign in to comment.