diff --git a/.github/workflows/hello-world-new.yaml b/.github/workflows/hello-world-new.yaml new file mode 100644 index 0000000..c97e7d4 --- /dev/null +++ b/.github/workflows/hello-world-new.yaml @@ -0,0 +1,12 @@ +name: Hello World New + +on: + workflow_dispatch: + +jobs: + print-hello-world: + runs-on: ubuntu-latest + + steps: + - name: Say hello + run: echo "Hello World From Start Lab"