You've already forked Tricky-Addon-Update-Target-List
mirror of
https://github.com/KOWX712/Tricky-Addon-Update-Target-List.git
synced 2025-09-06 06:37:09 +00:00
fix: typo
This commit is contained in:
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -24,12 +24,12 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
fetch-tags: true
|
fetch-tags: true
|
||||||
|
|
||||||
- name: udpate dependency
|
- name: Update dependency
|
||||||
run: |
|
run: |
|
||||||
curl -Ls https://cdn.jsdelivr.net/npm/marked/marked.min.js > module/webui/scripts/marked.min.js
|
curl -Ls https://cdn.jsdelivr.net/npm/marked/marked.min.js > module/webui/scripts/marked.min.js
|
||||||
|
|
||||||
# Commit if found changes
|
# 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.email "github-actions[bot]@users.noreply.github.com"
|
||||||
git config --global user.name "github-actions[bot]"
|
git config --global user.name "github-actions[bot]"
|
||||||
git add module/webui/scripts/marked.min.js
|
git add module/webui/scripts/marked.min.js
|
||||||
|
|||||||
Reference in New Issue
Block a user