From 238d38ce57f16b1de0916cee2157beda36117244 Mon Sep 17 00:00:00 2001 From: zhtok Date: Fri, 24 Feb 2023 00:51:55 +0800 Subject: [PATCH] GitAction skip problem(#4) fixed. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 912abacec04..a209af027d0 100644 --- a/README.md +++ b/README.md @@ -18,5 +18,6 @@ GitAction Skipped Problem(https://github.com/zhtok/MSO_E5_Dev_AutoRenew_Modified Major changes are made: - From ```main.py``` to ```test.py``` +- New ```autoTestApi.yml``` - From ```ubuntu-latest``` to ```ubuntu-22.04``` - From ```actions/setup-python@v2``` to ```actions/setup-python@v4```