Skip to content

Commit

Permalink
ls colors
Browse files Browse the repository at this point in the history
  • Loading branch information
osterman committed Jan 5, 2024
1 parent 6ce8bf1 commit a94aef6
Showing 1 changed file with 10 additions and 12 deletions.
22 changes: 10 additions & 12 deletions .github/workflows/vhs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,16 @@ jobs:
steps:
- uses: actions/checkout@v3

#- uses: hashicorp/setup-terraform@v2

#- name: Setup atmos
# uses: cloudposse/github-action-setup-atmos@v1
- name: Install atmos
uses: jaxxstorm/[email protected]
with: # Grab the latest version
repo: cloudposse/atmos
tag: v1.52.0
chmod: 0755
extension-matching: disable
rename-to: atmos
- uses: hashicorp/setup-terraform@v2
with:
terraform_wrapper: false

- name: Setup atmos
uses: cloudposse/github-action-setup-atmos@v1

- name: Setup shell rc
run: |
echo "alias ls='ls --color=auto'" >> ~/.bashrc
- uses: charmbracelet/vhs-action@v1
with:
Expand Down

0 comments on commit a94aef6

Please sign in to comment.