We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1485dc4 commit a4b9ddbCopy full SHA for a4b9ddb
1 file changed
.github/workflows/pants.yaml
@@ -30,9 +30,7 @@ jobs:
30
with:
31
gha-cache-key: v0
32
named-caches-hash: ${{ hashFiles('python-default.lock') }}
33
- pants-ci-config: |
34
- pants.toml
35
- /tmp/pants.toml
+ pants-ci-config: "['pants.toml', '/tmp/pants.toml']"
36
37
- name: Check BUILD files
38
run: |
0 commit comments