mirror of
https://github.com/appleboy/ssh-action.git
synced 2026-01-18 23:58:54 +08:00
Update fedora.yml
Signed-off-by: addminbpk <traffic.bpk@gmail.com>
This commit is contained in:
parent
853508b4a3
commit
66921b3fbd
1 changed files with 2 additions and 2 deletions
4
.github/workflows/fedora.yml
vendored
4
.github/workflows/fedora.yml
vendored
|
|
@ -3,10 +3,10 @@ on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: self-hosted
|
runs-on: selft-hosted
|
||||||
steps:
|
steps:
|
||||||
- name: Execute remote SSH commands using password
|
- name: Execute remote SSH commands using password
|
||||||
uses: addminbpk/ssh-action@v1
|
uses: appleboy/ssh-action@v1
|
||||||
with:
|
with:
|
||||||
host: ${{ secrets.HOST }}
|
host: ${{ secrets.HOST }}
|
||||||
username: linuxserver.io
|
username: linuxserver.io
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue