mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-07-07 00:36:13 +02:00
Move secret out of composite action since it is not supported directly
This commit is contained in:
parent
bb00887832
commit
cb7bdfcd81
2 changed files with 9 additions and 1 deletions
4
.github/workflows/testing_prs.yaml
vendored
4
.github/workflows/testing_prs.yaml
vendored
|
@ -36,4 +36,8 @@ jobs:
|
|||
os: [ ubuntu-latest, macos-latest, windows-latest ]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
with:
|
||||
cache-string: ${{ secrets.CACHE_STRING }}
|
||||
- uses: ./.github/actions/run_tests
|
||||
with:
|
||||
cache-string: ${{ secrets.CACHE_STRING }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue