Skip to content

devan555 is learning GitHub Actions #4

devan555 is learning GitHub Actions

devan555 is learning GitHub Actions #4

name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
check-bats-version:
runs-on: self-hosted
steps:
- uses: actions/checkout@v4
- run: ls
- run: pwd
- run: echo "REPO_NAME=${{ github.event.repository.name }}"
- run: whoami
- run: ansible-playbook ~/clab_files/ansible_files/01_run_clab.yml