gha: remove trailing spaces (#31872)

remove trailing spaces
old-commit-hash: c1d0d35f8b
This commit is contained in:
Justin Newberry
2024-03-14 19:20:02 -04:00
committed by GitHub
parent 46cf28d822
commit aedba00f13
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: |