From 05c2591bd8434aa719ad81705b487ee19bee7aa1 Mon Sep 17 00:00:00 2001 From: Rana Zeeshan Ali <85901974+zeeshanali420@users.noreply.github.com> Date: Thu, 27 Oct 2022 15:26:55 +0500 Subject: [PATCH 1/2] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 0a45e9d..9a33343 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ # GitHub Actions Test 1 + +Test 2 + From 5c2d0e725cb042b8ab7e27569040f8229cedd6f4 Mon Sep 17 00:00:00 2001 From: Rana Zeeshan Ali <85901974+zeeshanali420@users.noreply.github.com> Date: Thu, 27 Oct 2022 15:30:41 +0500 Subject: [PATCH 2/2] Update main.py --- main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.py b/main.py index 58022cc..7b6d04b 100644 --- a/main.py +++ b/main.py @@ -3,7 +3,7 @@ def hello(): def bye(): - print("bye function") + print("bye function") print(hello())