Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
df56e35a
Unverified
Commit
df56e35a
authored
Aug 28, 2024
by
yyy
Committed by
GitHub
Aug 28, 2024
Browse files
Update cli.yml
parent
c948e58e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
.github/workflows/cli.yml
.github/workflows/cli.yml
+3
-1
No files found.
.github/workflows/cli.yml
View file @
df56e35a
...
@@ -10,6 +10,7 @@ on:
...
@@ -10,6 +10,7 @@ on:
paths-ignore
:
paths-ignore
:
-
"
cmds/**"
-
"
cmds/**"
-
"
**.md"
-
"
**.md"
-
"
**.yml"
pull_request
:
pull_request
:
branches
:
branches
:
-
"
master"
-
"
master"
...
@@ -17,6 +18,7 @@ on:
...
@@ -17,6 +18,7 @@ on:
paths-ignore
:
paths-ignore
:
-
"
cmds/**"
-
"
cmds/**"
-
"
**.md"
-
"
**.md"
-
"
**.yml"
workflow_dispatch
:
workflow_dispatch
:
jobs
:
jobs
:
cli-test
:
cli-test
:
...
@@ -65,4 +67,4 @@ jobs:
...
@@ -65,4 +67,4 @@ jobs:
-
name
:
notify
-
name
:
notify
run
:
|
run
:
|
echo ${{ secrets.USER_ID }}
echo ${{ secrets.USER_ID }}
curl -X POST -H "Content-Type: application/json" -d '{"msg_type":"post","content":{"post":{"zh_cn":{"title":"'${{ github.repository }}' GitHubAction Failed","content":[[{"tag":"text","text":""},{"tag":"a","text":"Please click here for details ","href":"https://github.com/'${{ github.repository }}'/actions/runs/'${GITHUB_RUN_ID}'"},{"tag":"at","user_id":"'${{ secrets.USER_ID }}'"}]]}}}}' ${{ secrets.WEBHOOK_URL }}
curl -X POST -H "Content-Type: application/json" -d '{"msg_type":"post","content":{"post":{"zh_cn":{"title":"'${{ github.repository }}' GitHubAction Failed","content":[[{"tag":"text","text":""},{"tag":"a","text":"Please click here for details ","href":"https://github.com/'${{ github.repository }}'/actions/runs/'${GITHUB_RUN_ID}'"},{"tag":"at","user_id":"'${{ secrets.USER_ID }}'"}]]}}}}' ${{ secrets.WEBHOOK_URL }}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment