Skip to content

fix: hello action

fix: hello action #3

Workflow file for this run

name: Hello
on:
workflow_dispatch:
jobs:
hello:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: action