1
0
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:
pooneyy 2026-03-13 13:35:37 +08:00
commit 74b19eee79
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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 }}