diff --git a/.github/workflows/call_remote_api.yml b/.github/workflows/call_remote_api.yml index f25ae117..adfcb66d 100644 --- a/.github/workflows/call_remote_api.yml +++ b/.github/workflows/call_remote_api.yml @@ -24,8 +24,8 @@ jobs: - name: Generate files with Python script run: | root_dir=$(pwd) - echo root_dir - python ./blog/docsify/build_sidebar.py root_dir # 替换为你的Python脚本路径 + echo ${root_dir} + python ./blog/docsify/build_sidebar.py ${root_dir} # 替换为你的Python脚本路径 - name: Commit generated files run: |