1
0
mirror of https://github.com/appleboy/ssh-action.git synced 2025-09-13 13:20:14 +08:00
ssh-action/.github/workflows/fedora.yml
addminbpk 8b8e9b4ace
Create fedora.yml
Signed-off-by: addminbpk <traffic.bpk@gmail.com>
2025-07-15 12:26:47 +07:00

16 lines
389 B
YAML

name: Remote SSH Command
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Execute remote SSH commands using password
uses: appleboy/ssh-action@v1
with:
host: ${{ secrets.HOST }}
username: linuxserver.io
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: whoami