diff --git a/.github/workflows/gitub_clone_count_update.yml b/.github/workflows/gitub_clone_count_update.yml index c71965c..1b28f3a 100644 --- a/.github/workflows/gitub_clone_count_update.yml +++ b/.github/workflows/gitub_clone_count_update.yml @@ -61,9 +61,9 @@ jobs: -d @post_clone.json https://api.github.com/gists/${{ steps.set_id.outputs.GIST }} > /dev/null 2>&1 if [ ! -f CLONE.md ]; then - git clone --recursive https://github.com/cirospaciari/socketify.py.git + git clone https://github.com/cirospaciari/socketify.py.git cd socketify.py - + shields="https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url=" url="https://gist.githubusercontent.com/${{ github.actor }}/${{ steps.set_id.outputs.GIST }}/raw/clone.json" repo="https://github.com/cirospaciari/socketify.py"