remove recursive clone on counter updater

pull/39/head
Ciro 2022-11-26 08:27:28 -03:00
rodzic 917aaff796
commit 3691d08127
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -61,7 +61,7 @@ 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="