Skip to content

fixed error

fixed error #6

name: learn-github-actions
run-name: ${{ github.actor }} is learning GitHub Actions
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- name: Checkout code from repo
uses: actions/checkout@v4
- name: Use local hello-world-action
uses: .github/actions/hello-world-action