File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed
Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 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_RESULTS_URL", process.env.ACTIONS_RESULTS_URL | "");
5858 core.exportVariable("ACTIONS_RUNTIME_TOKEN", process.env.ACTIONS_RUNTIME_TOKEN || "");
5959 core.exportVariable("ACTIONS_CACHE_SERVICE_V2", process.env.ACTIONS_CACHE_SERVICE_V2 || "");
60-
6160 - uses : pantsbuild/actions/init-pants@v9
6261 # This action bootstraps pants and manages 2-3 GHA caches.
6362 # See: github.com/pantsbuild/actions/tree/main/init-pants/
8180 # Alternatively you change gha-cache-key to ignore old caches.
8281
8382 - name : Bootstrap Pants
84- run : pants --version
83+ run : |
84+ pants --version
85+ echo "XXXXXX ACTIONS_CACHE_URL=$ACTIONS_CACHE_URL"
86+ echo "XXXXXX ACTIONS_RESULTS_URL=$ACTIONS_RESULTS_URL"
87+ echo "XXXXXX ACTIONS_CACHE_SERVICE_V2=$ACTIONS_CACHE_SERVICE_V2"
8588
8689 - name : Check Pants config files
8790 run : pants tailor --check update-build-files --check '::'
You can’t perform that action at this time.
0 commit comments