Fix old shell syntax warning (#8998)

This commit is contained in:
kenji yoshida 2026-03-31 14:05:16 +09:00 committed by GitHub
parent 3dd7f939cf
commit 77e4b3c745
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ jobs:
if: ${{ matrix.jobtype == 4 }}
shell: bash
run: |
./sbt -v "repoOverrideTest:scripted force-proxy-repos-file/*"
./sbt -v "RepoOverrideTest/scripted force-proxy-repos-file/*"
./sbt -v "scripted source-dependencies/*"
- name: Build and test (5)
if: ${{ matrix.jobtype == 5 }}