Skip to content

added path of pom.xml #4

added path of pom.xml

added path of pom.xml #4

Workflow file for this run

name: hello-world
on: push
jobs:
my-job:
runs-on: ubuntu-latest
steps:
- name: this-my-step-no-1
run: echo "Hello People!"
- name: this-my-step-no-2
run: echo "This is GitHub Action!"