Skip to content

Commit

Permalink
Fix update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed May 12, 2024
1 parent 6055f8f commit 7d9d89c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
git config user.name github-actions[bot]
git config user.email github-actions[bot]@users.noreply.github.com
- name: Update dependencies and commit changes
run: deno task -q upgrade:commit --summary ../title.txt --report ../body.md
run: deno task -q update:commit --summary ../title.txt --report ../body.md
- name: Check result
id: result
uses: andstor/file-existence-action@v2
Expand Down

0 comments on commit 7d9d89c

Please sign in to comment.