From 8b8e9b4ace009c2393b440fa3acdee409e0f8ed5 Mon Sep 17 00:00:00 2001 From: addminbpk Date: Tue, 15 Jul 2025 12:26:47 +0700 Subject: [PATCH] Create fedora.yml Signed-off-by: addminbpk --- .github/workflows/fedora.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .github/workflows/fedora.yml diff --git a/.github/workflows/fedora.yml b/.github/workflows/fedora.yml new file mode 100644 index 0000000..ded0e6f --- /dev/null +++ b/.github/workflows/fedora.yml @@ -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