diff --git a/utils/gha-find.py b/utils/gha-find.py index 8ceb1330..b307a2f6 100755 --- a/utils/gha-find.py +++ b/utils/gha-find.py @@ -1,4 +1,4 @@ -#!/usr/bin/python3 +#!/usr/bin/env python3 # Converted this: # $(which gh) search code --owner apache --language yaml --json repository,path --jq '.[] | .repository.nameWithOwner + " -- " + .path' $1 # To the below: