diff --git a/action.yml b/action.yml index 3081b97..e66aead 100644 --- a/action.yml +++ b/action.yml @@ -1,4 +1,7 @@ -name: 'Hello World' +#Sample PR let's see if this works +# And thisLine + +name: 'Hello World PR' description: 'Greet someone' inputs: who-to-greet: # id of input diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..efcf14b --- /dev/null +++ b/pom.xml @@ -0,0 +1,35 @@ + + 4.0.0 + com.github.actions + githubninja-github-actions + 1.0.0-SNAPSHOT + github-actions + + org.springframework.boot + spring-boot-starter-parent + 2.4.2 + + + + dd-MMM-yyyy hh:mm:ss a zzz + UTF-8 + 1.8 + 1.8 + 1.8 + + + + org.springframework.boot + spring-boot-starter-web + + + + org.springframework.boot + spring-boot-starter + + + + +