Merge pull request #702 from jellyfin/dependabot/github_actions/appleboy/ssh-action-0.1.7

Bump appleboy/ssh-action from 0.1.6 to 0.1.7
This commit is contained in:
mcarlton00 2023-02-16 21:43:15 -05:00 committed by GitHub
commit 37d1131481
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ jobs:
remote_key: ${{ secrets.DEPLOY_KEY }} remote_key: ${{ secrets.DEPLOY_KEY }}
- name: Add to Kodi repo and clean up - name: Add to Kodi repo and clean up
uses: appleboy/ssh-action@v0.1.6 uses: appleboy/ssh-action@v0.1.7
with: with:
host: ${{ secrets.DEPLOY_HOST }} host: ${{ secrets.DEPLOY_HOST }}
username: ${{ secrets.DEPLOY_USER }} username: ${{ secrets.DEPLOY_USER }}