Update appleboy/ssh-action action to v1.0.2 (#15)
All checks were successful
Build and push container image / build (push) Successful in 7m13s

Co-authored-by: Renovate <system@toast-server.net>
Co-committed-by: Renovate <system@toast-server.net>
This commit is contained in:
Renovate 2024-01-01 06:24:08 +00:00 committed by Renovate
parent b04f10b6d8
commit fd2e330a15

View File

@ -7,7 +7,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@8f949198563a347a01c65ffc60399aef2b59d4ab # v1.0.1 uses: appleboy/ssh-action@2451745138b602d3e100a6def50c8e4e39591d4c # v1.0.2
with: with:
host: ${{ secrets.SSH_HOST }} host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }} username: ${{ secrets.SSH_USERNAME }}