Update appleboy/ssh-action action to v1.0.1 (#64)
All checks were successful
Build and push container image / build (push) Successful in 1m30s

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2023-12-26 07:15:08 +00:00 committed by Renovate Bot
parent 47da8dadec
commit 8c48a8fa0a

View File

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04-node runs-on: ubuntu-22.04-node
steps: steps:
- name: SSH into Docker Host - name: SSH into Docker Host
uses: appleboy/ssh-action@55dabf81b49d4120609345970c91507e2d734799 # v1.0.0 uses: appleboy/ssh-action@8f949198563a347a01c65ffc60399aef2b59d4ab # v1.0.1
with: with:
host: ${{ secrets.SSH_HOST }} host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }} username: ${{ secrets.SSH_USERNAME }}