Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
webhook-test-zsy
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张思远
webhook-test-zsy
Commits
166eceae
Commit
166eceae
authored
Dec 22, 2023
by
张思远
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci_webhook
parent
4f775fb6
Pipeline
#182
canceled with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
0 deletions
+4
-0
test.txt
test.txt
+2
-0
webhook.php
webhook.php
+2
-0
No files found.
test.txt
View file @
166eceae
test
test
test win
test win
test cicd
test cicd
test ci_webhook
\ No newline at end of file
webhook.php
View file @
166eceae
<?php
<?php
//
header
(
'Content-type:text/html;charset=utf-8'
);
header
(
'Content-type:text/html;charset=utf-8'
);
$post
=
file_get_contents
(
"php://input"
);
$post
=
file_get_contents
(
"php://input"
);
$post
=
json_decode
(
$post
,
true
);
$post
=
json_decode
(
$post
,
true
);
...
...
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