Remove extraneous ./

This commit is contained in:
Micah Jerome Ellison 2021-12-11 14:51:51 -08:00
parent 9205b7f1bd
commit 13af661eae
2 changed files with 2 additions and 2 deletions

View file

@ -36,6 +36,6 @@ jobs:
os: [ ubuntu-latest, macos-latest, windows-latest ] os: [ ubuntu-latest, macos-latest, windows-latest ]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: ./.github/actions/run_tests - uses: .github/actions/run_tests
with: with:
cache-string: ${{ secrets.CACHE_STRING }} cache-string: ${{ secrets.CACHE_STRING }}

View file

@ -18,6 +18,6 @@ jobs:
os: [ ubuntu-latest, macos-latest, windows-latest ] os: [ ubuntu-latest, macos-latest, windows-latest ]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
- uses: ./.github/actions/run_tests - uses: .github/actions/run_tests
with: with:
cache-string: ${{ secrets.CACHE_STRING }} cache-string: ${{ secrets.CACHE_STRING }}