Skip to content

Shared Action

Shared Action #2

name: Shared Action
on:
workflow_dispatch:
jobs:
print-hello-world:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: ls
- run : echo "Type"