mirror of
https://github.com/jellyfin/jellyfin-meta-plugins.git
synced 2024-11-23 06:09:47 +00:00
Merge pull request #193 from jellyfin/renovate/ci-deps
chore(deps): update appleboy/ssh-action action to v1.0.3
This commit is contained in:
commit
09b0f39b83
4
.github/workflows/publish.yaml
vendored
4
.github/workflows/publish.yaml
vendored
@ -78,7 +78,7 @@ jobs:
|
||||
asset_path: ./*
|
||||
|
||||
- name: Ensure Destination Path Exists
|
||||
uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # v1.0.1
|
||||
uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
|
||||
if: ${{ contains(github.repository, 'jellyfin/') }}
|
||||
with:
|
||||
host: ${{ secrets.deploy-host }}
|
||||
@ -109,7 +109,7 @@ jobs:
|
||||
JELLYFIN_REPO_URL: "https://repo.jellyfin.org/releases/plugin/"
|
||||
steps:
|
||||
- name: Update Plugin Manifest
|
||||
uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # v1.0.1
|
||||
uses: appleboy/ssh-action@029f5b4aeeeb58fdfe1410a5d17f967dacf36262 # v1.0.3
|
||||
with:
|
||||
host: ${{ secrets.deploy-host }}
|
||||
username: ${{ secrets.deploy-user }}
|
||||
|
Loading…
Reference in New Issue
Block a user