From 939698bb18d3580735948c9a201f3126b6534221 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Fri, 18 Oct 2024 17:03:13 +0900 Subject: [PATCH] chore: update readme_sync.yml (#8462) minor fix --- .github/workflows/readme_sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/readme_sync.yml b/.github/workflows/readme_sync.yml index 518d35e1c2..b387dbb622 100644 --- a/.github/workflows/readme_sync.yml +++ b/.github/workflows/readme_sync.yml @@ -38,7 +38,7 @@ jobs: # in config files with their id. README_API_KEY: ${{ secrets.README_API_KEY }} # The command is a bit misleading, we're not actually syncing anything here, - # we're just generating the markdown files from the the yaml configs. + # we're just generating the markdown files from the yaml configs. run: hatch run readme:sync - name: Get version