build(ci): cleanup CI workflows
[e-mobility-charging-stations-simulator.git] / .github / workflows / clone-count.yml
index e8595f8817c80e9b881ca60fce7c1bbcf1d6a34f..3df9887135c6e25a9bb6d9831f23ffd1a1c3501c 100644 (file)
@@ -10,7 +10,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
 
       - name: gh login
         run: echo "${{ secrets.SECRET_TOKEN }}" | gh auth login --with-token
@@ -36,7 +36,7 @@ jobs:
                 echo $gist_id | gh secret set GIST_ID
                 echo "GIST=${gist_id}" >> $GITHUB_OUTPUT
                 cp clone.json clone_before.json
-                git rm --ignore-unmatch  CLONE.md
+                git rm --ignore-unmatch CLONE.md
               fi
           else
               echo "GIST_ID not found. Creating a gist..."