From 48caf5f0540503cd1fd8796d2694d71bf034779e Mon Sep 17 00:00:00 2001 From: Hrishikesh Mahajan Date: Mon, 16 Sep 2024 07:40:55 +0530 Subject: [PATCH] chore: Remove temporary files generated during dependency update --- .github/workflows/auto-update-deps.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/auto-update-deps.yml b/.github/workflows/auto-update-deps.yml index 4062327..a77c707 100644 --- a/.github/workflows/auto-update-deps.yml +++ b/.github/workflows/auto-update-deps.yml @@ -47,6 +47,7 @@ jobs: /^ / { gsub(/^[ \t]+/, "", $0); gsub(/^[^ ]+ /, "", $0); gsub(/ +$/, "", $0); split($0, parts, " "); printf "| %s | %s | %s | %s\n", parts[1], parts[2], parts[3], parts[4] } ' ncu-output.txt >> ncu-output.md cat ncu-output.md + rm ncu-output.txt ncu-output.md - name: Install Bun dependencies run: bun install