Skip to content

Commit 41f96a1

Browse files
committed
fix
1 parent 15a5913 commit 41f96a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/analytics.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
run: |
1818
set -euo pipefail
1919
20-
# Base search query; looks for import occurrences
21-
BASE_QUERY='@zetachain/protocol-contracts/contracts/zevm/GatewayZEVM.sol in:file'
20+
# Base search query; quote the import path to avoid parse errors
21+
BASE_QUERY='"@zetachain/protocol-contracts/contracts/zevm/GatewayZEVM.sol" in:file type:code'
2222
2323
PER_PAGE=100
2424
TMP=$(mktemp)

0 commit comments

Comments
 (0)