fix: add missing annotation to apps serviceAccount (#10484)

This commit is contained in:
LongYinan
2025-02-27 17:34:00 +08:00
committed by GitHub
parent 4c736bc190
commit fc4a716ef1
5 changed files with 19 additions and 11 deletions
+1 -1
View File
@@ -3,7 +3,7 @@
"compilerOptions": {
"allowJs": true
},
"include": ["."],
"include": [".", ".github/actions/*/*.mjs"],
"exclude": [
"**/target",
"**/node_modules",