diff --git a/.github/workflows/weekly_stats.yaml b/.github/workflows/weekly_stats.yaml index 4aec55179..2ef520c69 100644 --- a/.github/workflows/weekly_stats.yaml +++ b/.github/workflows/weekly_stats.yaml @@ -56,7 +56,7 @@ jobs: echo "$SLUG $DOWNLOADS $COUNT1 $COUNT2 $COUNT3" >> "$file"2 # Create line if not existing if ! grep -q "$SLUG" "$file"; then - sed -ie "\$a$SLUG" "$file" + sed -i "\$a$SLUG" "$file" # shellcheck disable=SC2046 for i in $(seq $(head -n 1 $file | tr -cd ' \t' | wc -c )); do echo "$i"