Skip to content

Commit

Permalink
adjust codeowners gitaction
Browse files Browse the repository at this point in the history
  • Loading branch information
buehlere committed Jan 30, 2024
1 parent 0655831 commit df5b57b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/generate_codeowners.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# Get all of the meta.yaml files
METAS=$(fd meta.yml)
METAS=$(fdfind meta.yml)

# Define the output file path
output_file=".github/CODEOWNERS-tmp"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/owners.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ jobs:
- name: Install CLI Dependencies
run: |
sudo apt-get install fd-find wget
sudo ln -s $(which fdfind) ~/.local/bin/fd
wget https://github.com/mikefarah/yq/releases/download/v4.2.0/yq_linux_amd64.tar.gz -O - | sudo tar xz && sudo mv yq_linux_amd64 /usr/bin/yq
- name: Run Generate Owner's Script
run: |
Expand Down

0 comments on commit df5b57b

Please sign in to comment.