We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2360778 commit d81dc29Copy full SHA for d81dc29
.github/workflows/scripts/generate_matrix.py
@@ -3,7 +3,7 @@
3
from pathlib import Path
4
import xml.etree.ElementTree as ET
5
6
-ROOT = Path(__file__).resolve().parents[2]
+ROOT = Path(__file__).resolve().parents[3]
7
TEMPLATES_XML = ROOT / "templates.xml"
8
9
def get_prop(desc, key):
0 commit comments