fix: typo

This commit is contained in:
KOWX712
2025-04-24 01:42:54 +08:00
parent fa7e014ead
commit 17ae54a775

View File

@@ -24,12 +24,12 @@ jobs:
fetch-depth: 0
fetch-tags: true
- name: udpate dependency
- name: Update dependency
run: |
curl -Ls https://cdn.jsdelivr.net/npm/marked/marked.min.js > module/webui/scripts/marked.min.js
# Commit if found changes
if ! git diff --exit-code module/webui/scripts/marked.min.js; then
if ! git diff --exit-code module/webui/scripts/marked.min.js > /dev/null; then
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
git add module/webui/scripts/marked.min.js