Skip to content

Commit 26c95a3

Browse files
committed
Try again again
1 parent 436d8c2 commit 26c95a3

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/pants.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff 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

pants.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ use_rust_parser = true
3131

3232
[docker]
3333
env_vars = [
34-
"ACTIONS_CACHE_URL",
3534
"ACTIONS_RESULTS_URL",
3635
"ACTIONS_RUNTIME_TOKEN",
3736
"ACTIONS_CACHE_SERVICE_V2",

0 commit comments

Comments
 (0)