gha: remove trailing spaces (#31872)

remove trailing spaces
This commit is contained in:
Justin Newberry
2024-03-14 19:20:02 -04:00
committed by GitHub
parent 4dd5fd4619
commit c1d0d35f8b
3 changed files with 9 additions and 9 deletions

View File

@@ -4,7 +4,7 @@ runs:
using: "composite"
steps:
- uses: ./.github/workflows/auto-cache
with:
with:
path: .ci_cache/pre-commit
key: pre-commit-${{ hashFiles('**/.pre-commit-config.yaml') }}
restore-keys: |