From: Jérôme Benoit Date: Fri, 14 Jul 2023 18:19:38 +0000 (+0200) Subject: build(ci): cleanup action X-Git-Tag: v1.2.18~34 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=940943f479ec38d2579b8ca4c933cbd462e5c080;p=e-mobility-charging-stations-simulator.git build(ci): cleanup action Signed-off-by: Jérôme Benoit --- diff --git a/.github/workflows/clone-count.yml b/.github/workflows/clone-count.yml index e8595f88..cc067e88 100644 --- a/.github/workflows/clone-count.yml +++ b/.github/workflows/clone-count.yml @@ -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..."