Skip to content

sync main with develop #13

sync main with develop

sync main with develop #13

Workflow file for this run

name: Test greet
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main", "develop" ]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ./
- uses: ./
with:
person: 'Remy'