Skip to content
Snippets Groups Projects
Unverified Commit 2b23cc92 authored by Xiao Gui's avatar Xiao Gui
Browse files

fix: ci/cd badge

parent 277cc7f9
No related branches found
No related tags found
No related merge requests found
...@@ -229,7 +229,7 @@ jobs: ...@@ -229,7 +229,7 @@ jobs:
-H 'accept: application/vnd.github.v3+json' \ -H 'accept: application/vnd.github.v3+json' \
${GITHUB_API_ROOT}/statuses/${GITHUB_SHA} \ ${GITHUB_API_ROOT}/statuses/${GITHUB_SHA} \
-d '{ -d '{
"target_url":"'${{ env.DEPLOY_URL }}'", "target_url":"${{ env.DEPLOY_URL }}",
"name": "Deployed at OKD", "name": "Deployed at OKD",
"description": "Deployed at OKD", "description": "Deployed at OKD",
"context": "[ebrains-okd-deploy] Deployed at OKD", "context": "[ebrains-okd-deploy] Deployed at OKD",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment