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 b6c0b87 commit 0da2db1
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 @@ -19,7 +19,7 @@ jobs:
- name: Install CLI Dependencies
run: |
sudo apt-get install fd-find wget
wget https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64 -O - | sudo tar xz && sudo mv yq_linux_amd64 /usr/bin/yq
wget https://github.com/mikefarah/yq/releases/download/3.4.1/yq_linux_amd64 | sudo chmod +x yq_linux_amd64 | sudo mv yq_linux_amd64 /usr/bin/yq
- name: Run Generate Owner's Script
run: |
chmod +x ./.github/generate_codeowners.sh
Expand Down

0 comments on commit 0da2db1

Please sign in to comment.