You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Checkout current repo to access the repo-specific config file `.github/workflows/runAqaConfig.json`
20
+
# Checkout current (TKG) repo to access the repo-specific config file `.github/workflows/runAqaConfig.json` and the shared script `scripts/testRepo/runAqaArgParse.py`
21
21
- name: Checkout current repo
22
22
uses: actions/checkout@v2
23
23
with:
24
24
path: 'main'
25
-
# Checkout the main TKG repo to access the shared script `scripts/testRepo/runAqaArgParse.py`
usePRRef: true # usePRRef=true will cause build-jdk to use the existing openjdk-build/ directory > See https://github.com/AdoptOpenJDK/build-jdk/issues/24#issuecomment-816322945
0 commit comments