Skip to content

Commit

Permalink
Update learn-github-actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
heatherbaier authored Feb 2, 2024
1 parent 90b19a1 commit 085ff78
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/learn-github-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,17 @@ name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
check-bats-version:
run_example_job:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
with:
node-version: '14'
- run: npm install -g bats
- run: bats -v
- run: ssh [email protected]
- name: print out example job
uses: appleboy/[email protected]
with:
host: ${{ inputs.hostname }}
username: ${{ secrets.USERNAME }}
key: ${{ secrets.KEY }}
port: ${{ secrets.PORT }}
command_timeout: 30m
script: |
echo "Nice Job!!!"

0 comments on commit 085ff78

Please sign in to comment.