Skip to content

feat: restructure folder #5

feat: restructure folder

feat: restructure folder #5

Workflow file for this run

name: Testing
on:
push:
branches:
- main
jobs:
Test:
runs-on: ubuntu-latest
name: Testing the action
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Run action
uses: ./action
with:
name: 'John'