Skip to content

Commit 8dcab72

Browse files
committed
ci(deno-udd): Wrong command name
s/upgrade/update
1 parent 9c3048d commit 8dcab72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/udd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
deno-version: "1.x"
1717
- name: Update dependencies
1818
run: |
19-
deno task upgrade > ../output.txt
19+
deno task update > ../output.txt
2020
env:
2121
NO_COLOR: 1
2222
- name: Read ../output.txt

0 commit comments

Comments
 (0)