Create fedora.yml

Signed-off-by: addminbpk <traffic.bpk@gmail.com>
pull/389/head
addminbpk 2025-07-15 12:26:47 +07:00 committed by GitHub
parent 3ca8a7c535
commit 8b8e9b4ace
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 0 deletions

15
.github/workflows/fedora.yml vendored 100644
View File

@ -0,0 +1,15 @@
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