mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-17 11:38:32 +02:00
Fix uses action reference
This commit is contained in:
parent
5ed57eb341
commit
6071208cab
2 changed files with 2 additions and 2 deletions
2
.github/workflows/testing_prs.yaml
vendored
2
.github/workflows/testing_prs.yaml
vendored
|
@ -35,4 +35,4 @@ jobs:
|
|||
python-version: [ 3.7, 3.8, 3.9, '3.10' ]
|
||||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||
steps:
|
||||
- uses: ./.github/actions/run_tests.yml
|
||||
- uses: ./.github/actions/run_tests
|
||||
|
|
2
.github/workflows/testing_schedule.yaml
vendored
2
.github/workflows/testing_schedule.yaml
vendored
|
@ -20,4 +20,4 @@ jobs:
|
|||
python-version: [ 3.7, 3.8, 3.9, '3.10', 3.11-dev ]
|
||||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||
steps:
|
||||
- uses: ./.github/actions/run_tests.yml
|
||||
- uses: ./.github/actions/run_tests
|
||||
|
|
Loading…
Add table
Reference in a new issue