Skip to content

Commit a4b9ddb

Browse files
committed
Try array syntax
1 parent 1485dc4 commit a4b9ddb

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pants.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ jobs:
3030
with:
3131
gha-cache-key: v0
3232
named-caches-hash: ${{ hashFiles('python-default.lock') }}
33-
pants-ci-config: |
34-
pants.toml
35-
/tmp/pants.toml
33+
pants-ci-config: "['pants.toml', '/tmp/pants.toml']"
3634

3735
- name: Check BUILD files
3836
run: |

0 commit comments

Comments
 (0)