From f48886208118aa2898b4efb4a2af226fb4782d1c Mon Sep 17 00:00:00 2001 From: usingtechnology Date: Mon, 3 Jan 2022 13:34:28 -0800 Subject: [PATCH 1/2] update service code Signed-off-by: usingtechnology --- services/holder/app.py | 2 +- services/verifier/app.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/services/holder/app.py b/services/holder/app.py index f11d3a9d5..ffd215a06 100755 --- a/services/holder/app.py +++ b/services/holder/app.py @@ -15,7 +15,7 @@ @app.route("/") def hello_world(): - return "

Hello, World

" + return "

Hello, World!!

" @app.route("/log/topic//", methods=['POST']) def acapy_event_handler(topic): diff --git a/services/verifier/app.py b/services/verifier/app.py index e89ca4dd3..22df67c54 100755 --- a/services/verifier/app.py +++ b/services/verifier/app.py @@ -16,7 +16,7 @@ @app.route("/") def hello_world(): - return "

Hello, World!

" + return "

Hello, World!!

" @app.route("/log/topic//", methods=['POST']) def acapy_event_handler(topic): From a1d8134e594e70f85af401e80f816c1506975f75 Mon Sep 17 00:00:00 2001 From: usingtechnology Date: Mon, 3 Jan 2022 13:41:48 -0800 Subject: [PATCH 2/2] update workflow Signed-off-by: usingtechnology --- .github/workflows/on_pr_opened.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_pr_opened.yaml b/.github/workflows/on_pr_opened.yaml index 72a808395..298c88753 100644 --- a/.github/workflows/on_pr_opened.yaml +++ b/.github/workflows/on_pr_opened.yaml @@ -1,6 +1,6 @@ name: Install/upgrade PR Instance on: - pull_request_target: + pull_request: branches: - develop paths: