e
This commit is contained in:
parent
0ab12e62e5
commit
00000d9fe7
1 changed files with 6 additions and 0 deletions
6
.github/workflows/m3u8.yml
vendored
6
.github/workflows/m3u8.yml
vendored
|
|
@ -22,6 +22,12 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
|
- name: Setup SSH Agent
|
||||||
|
if: steps.check_time.outputs.run == 'true'
|
||||||
|
uses: webfactory/ssh-agent@v0.9.0
|
||||||
|
with:
|
||||||
|
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
|
||||||
- name: Cache venv
|
- name: Cache venv
|
||||||
if: steps.check_time.outputs.run == 'true'
|
if: steps.check_time.outputs.run == 'true'
|
||||||
uses: actions/cache@v3
|
uses: actions/cache@v3
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue