From 0d9122e87d7043ab2a19157b96d06af9d19d29d6 Mon Sep 17 00:00:00 2001 From: digger-yu Date: Mon, 17 Apr 2023 14:50:16 +0800 Subject: [PATCH] Update README.md Optimization Code I think there were two extra $ entered here, which have been deleted --- .github/workflows/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/README.md b/.github/workflows/README.md index 9634b84b8ff8..5b5554a5006b 100644 --- a/.github/workflows/README.md +++ b/.github/workflows/README.md @@ -58,7 +58,7 @@ I will provide the details of each workflow below. #### Example Test on Dispatch This workflow is triggered by manually dispatching the workflow. It has the following input parameters: -- `example_directory`: the example directory to test. Multiple directories are supported and must be separated b$$y comma. For example, language/gpt, images/vit. Simply input language or simply gpt does not work. +- `example_directory`: the example directory to test. Multiple directories are supported and must be separated by comma. For example, language/gpt, images/vit. Simply input language or simply gpt does not work. ### Compatibility Test