Skip to content
This repository has been archived by the owner on Sep 29, 2024. It is now read-only.

Rename Docs/Presentation/CookPit_Endpresentation_Sem_4.pdf to Docs/Pr… #152

Rename Docs/Presentation/CookPit_Endpresentation_Sem_4.pdf to Docs/Pr…

Rename Docs/Presentation/CookPit_Endpresentation_Sem_4.pdf to Docs/Pr… #152

Workflow file for this run

name: remote ssh command
on: [push]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: executing remote ssh commands using password
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: whoami