From 85962633531a98a426b25f40b280015120b28621 Mon Sep 17 00:00:00 2001 From: KranD Date: Sun, 27 Feb 2022 13:49:03 -0600 Subject: [PATCH 1/2] Update action.yml --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 From 20b4bf1b9bff2eb678cd6e080ab28c4957c7201a Mon Sep 17 00:00:00 2001 From: KranD Date: Mon, 28 Feb 2022 11:30:39 -0600 Subject: [PATCH 2/2] Create pom.xml --- pom.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 pom.xml 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 + + + + +