X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=.github%2Fworkflows%2Fclone-count.yml;h=3df9887135c6e25a9bb6d9831f23ffd1a1c3501c;hb=916678e95be119a569677280f846a3c79506f6ea;hp=e8595f8817c80e9b881ca60fce7c1bbcf1d6a34f;hpb=35920236aa7d60ceb1b73f4709031b84c375722b;p=e-mobility-charging-stations-simulator.git diff --git a/.github/workflows/clone-count.yml b/.github/workflows/clone-count.yml index e8595f88..3df98871 100644 --- a/.github/workflows/clone-count.yml +++ b/.github/workflows/clone-count.yml @@ -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..."