Skip to content

Commit

Permalink
Update owners.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlere committed Jan 30, 2024
1 parent 9214258 commit 905f80c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/owners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4
- name: Install CLI Dependencies
run: |
sudo apt-get install df-find wget
sudo apt-get install fd-find wget
wget https://github.com/mikefarah/yq/releases/download/v4.2.0/yq_linux_amd64.tar.gz -O - | tar xz && mv yq_linux_amd64 /usr/bin/yq
- name: Run Generate Owner's Script
run: |
Expand Down

0 comments on commit 905f80c

Please sign in to comment.