mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 19:48:31 +02:00
Remove extraneous ./
This commit is contained in:
parent
9205b7f1bd
commit
13af661eae
2 changed files with 2 additions and 2 deletions
2
.github/workflows/testing_prs.yaml
vendored
2
.github/workflows/testing_prs.yaml
vendored
|
@ -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 }}
|
||||||
|
|
2
.github/workflows/testing_schedule.yaml
vendored
2
.github/workflows/testing_schedule.yaml
vendored
|
@ -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 }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue