File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,10 +54,10 @@ jobs:
5454 uses : actions/github-script@v8
5555 with :
5656 script : |
57- core.exportVariable("ACTIONS_RESULTS_URL", process.env.ACTIONS_CACHE_URL | "");
57+ core.exportVariable("ACTIONS_CACHE_URL", process.env.ACTIONS_CACHE_URL | "");
58+ core.exportVariable("ACTIONS_RESULTS_URL", process.env.ACTIONS_RESULTS_URL | "");
5859 core.exportVariable("ACTIONS_RUNTIME_TOKEN", process.env.ACTIONS_RUNTIME_TOKEN || "");
5960 core.exportVariable("ACTIONS_CACHE_SERVICE_V2", process.env.ACTIONS_CACHE_SERVICE_V2 || "");
60-
6161 - uses : pantsbuild/actions/init-pants@v9
6262 # This action bootstraps pants and manages 2-3 GHA caches.
6363 # See: github.com/pantsbuild/actions/tree/main/init-pants/
8181 # Alternatively you change gha-cache-key to ignore old caches.
8282
8383 - name : Bootstrap Pants
84- run : pants --version
84+ run : |
85+ pants --version
86+ echo "XXXXXX ACTIONS_CACHE_URL=$ACTIONS_CACHE_URL"
87+ echo "XXXXXX ACTIONS_RESULTS_URL=$ACTIONS_RESULTS_URL"
88+ echo "XXXXXX ACTIONS_CACHE_SERVICE_V2=$ACTIONS_CACHE_SERVICE_V2"
8589
8690 - name : Check Pants config files
8791 run : pants tailor --check update-build-files --check '::'
You can’t perform that action at this time.
0 commit comments