Skip to content

Commit

Permalink
chore: Remove temporary files generated during dependency update
Browse files Browse the repository at this point in the history
  • Loading branch information
hrishikesh-mahajan committed Sep 16, 2024
1 parent 46536c0 commit 48caf5f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/auto-update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 48caf5f

Please sign in to comment.