Update .gitea/workflows/detect.yml
All checks were successful
Detection / build (push) Successful in 4s
All checks were successful
Detection / build (push) Successful in 4s
This commit is contained in:
@@ -21,5 +21,5 @@ jobs:
|
||||
|
||||
- name: "Files Root Project"
|
||||
run: |
|
||||
find . -type f | sed 's|^\./||' | jq -R . | jq -s .
|
||||
find . -type f ! -path "./.git/*" | sed 's|^\./||' | jq -R . | jq -s .
|
||||
|
||||
Reference in New Issue
Block a user