kopia lustrzana https://github.com/cirospaciari/socketify.py
remove recursive clone on counter updater
rodzic
917aaff796
commit
3691d08127
|
@ -61,7 +61,7 @@ jobs:
|
||||||
-d @post_clone.json https://api.github.com/gists/${{ steps.set_id.outputs.GIST }} > /dev/null 2>&1
|
-d @post_clone.json https://api.github.com/gists/${{ steps.set_id.outputs.GIST }} > /dev/null 2>&1
|
||||||
|
|
||||||
if [ ! -f CLONE.md ]; then
|
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
|
cd socketify.py
|
||||||
|
|
||||||
shields="https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url="
|
shields="https://img.shields.io/badge/dynamic/json?color=success&label=Clone&query=count&url="
|
||||||
|
|
Ładowanie…
Reference in New Issue