Skip to content

Commit

Permalink
Merge pull request #22 from heatherbaier/heatherbaier-patch-3
Browse files Browse the repository at this point in the history
Update learn-github-actions.yml
  • Loading branch information
heatherbaier authored Feb 2, 2024
2 parents 90b19a1 + 085ff78 commit 2a65431
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 2a65431

Please sign in to comment.