From f58ee3b92b640862674029ea8035037e3b62d87b Mon Sep 17 00:00:00 2001 From: deng Date: Tue, 21 May 2024 08:12:56 +0000 Subject: [PATCH] fix typo --- .gitea/workflows/test_action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/test_action.yaml b/.gitea/workflows/test_action.yaml index 1df00f8..cbe4a81 100644 --- a/.gitea/workflows/test_action.yaml +++ b/.gitea/workflows/test_action.yaml @@ -8,4 +8,4 @@ jobs: steps: - run: echo "Hello World" - run: python -V - - run: md5sum data/images/George_the_amazing_guinea_pig.jpg + - run: md5sum data/images/220px-George_the_amazing_guinea_pig.jpg