mirror of
https://github.com/pooneyy/1Panel-Appstore.git
synced 2026-03-18 02:11:04 +08:00
Merge branch 'config' into localApps
This commit is contained in:
commit
74b19eee79
2
.github/workflows/sync-auto.yml
vendored
2
.github/workflows/sync-auto.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
echo "当前分支 (pushed): ${{ github.ref_name }}"
|
||||
|
||||
- name: 配置 SSH agent 并加载私钥
|
||||
uses: webfactory/ssh-agent@v0.9.1
|
||||
uses: webfactory/ssh-agent@v0.10.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
||||
|
||||
2
.github/workflows/sync-schedule.yml
vendored
2
.github/workflows/sync-schedule.yml
vendored
@ -35,7 +35,7 @@ jobs:
|
||||
echo "当前分支 (pushed): ${{ github.ref_name }}"
|
||||
|
||||
- name: 配置 SSH agent 并加载私钥
|
||||
uses: webfactory/ssh-agent@v0.9.1
|
||||
uses: webfactory/ssh-agent@v0.10.0
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user