Skip to content

heatherbaier is learning GitHub Actions #32

heatherbaier is learning GitHub Actions

heatherbaier is learning GitHub Actions #32

name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
run_example_job:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- name: print out example job
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
command_timeout: 30m
script: |
echo "Nice Job!!!"