File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -51,11 +51,10 @@ jobs:
5151 platforms : linux/amd64,linux/arm64
5252
5353 - name : Set up environment variables for Pants (Docker) to use GHA Cache
54- uses : actions/github-script@v7
54+ uses : actions/github-script@v8
5555 with :
5656 script : |
57- core.exportVariable("ACTIONS_CACHE_URL", process.env.ACTIONS_CACHE_URL || "");
58- core.exportVariable("ACTIONS_RESULTS_URL", process.env.ACTIONS_RESULTS_URL | "");
57+ core.exportVariable("ACTIONS_RESULTS_URL", process.env.ACTIONS_CACHE_URL | "");
5958 core.exportVariable("ACTIONS_RUNTIME_TOKEN", process.env.ACTIONS_RUNTIME_TOKEN || "");
6059 core.exportVariable("ACTIONS_CACHE_SERVICE_V2", process.env.ACTIONS_CACHE_SERVICE_V2 || "");
6160
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ use_rust_parser = true
3131
3232[docker ]
3333env_vars = [
34- " ACTIONS_CACHE_URL" ,
3534 " ACTIONS_RESULTS_URL" ,
3635 " ACTIONS_RUNTIME_TOKEN" ,
3736 " ACTIONS_CACHE_SERVICE_V2" ,
You can’t perform that action at this time.
0 commit comments