Skip to content

Commit 70c668a

Browse files
committed
Merge branch 'develop'
2 parents 67b70f1 + 09e6060 commit 70c668a

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
uses: schneegans/[email protected]
1818
with:
1919
auth: ${{ secrets.GIST_SECRET }}
20-
gistID: d3ad29ac6775300b8475b9cedd434ae2
21-
filename: web-scrapper-stdio_build.json
20+
gistID: d2497a7eb6d0d1a57a4faea9df7c78a1
21+
filename: gistfile1.txt
2222
label: build
2323
message: passing
2424
color: green
@@ -27,8 +27,8 @@ jobs:
2727
uses: schneegans/[email protected]
2828
with:
2929
auth: ${{ secrets.GIST_SECRET }}
30-
gistID: d3ad29ac6775300b8475b9cedd434ae2
31-
filename: web-scrapper-stdio_build.json
30+
gistID: d2497a7eb6d0d1a57a4faea9df7c78a1
31+
filename: gistfile1.txt
3232
label: build
3333
message: failing
3434
color: red

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ jobs:
8080
uses: schneegans/[email protected]
8181
with:
8282
auth: ${{ secrets.GIST_SECRET }}
83-
gistID: d3ad29ac6775300b8475b9cedd434ae2
84-
filename: web-scrapper-stdio_tests.json
83+
gistID: 15392260e0e9be9f6f72ae5cf3182743
84+
filename: gistfile1.txt
8585
label: tests
8686
message: ${{ env.TEST_STATUS }}
8787
color: ${{ env.COLOR }}

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Web Scrapper Service (MCP Stdin/Stdout)
22

33
<!-- Badges: auto-generated, update workflow and Gist as needed -->
4-
![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/JustAzul/d3ad29ac6775300b8475b9cedd434ae2/raw/gistfile1.txt)
5-
![Build](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/JustAzul/d3ad29ac6775300b8475b9cedd434ae2/raw/web-scrapper-stdio_build.json)
6-
![Test](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/JustAzul/d3ad29ac6775300b8475b9cedd434ae2/raw/web-scrapper-stdio_tests.json)
4+
![Coverage](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/JustAzul/d3ad29ac6775300b8475b9cedd434ae2/raw/50de0495daf2711a203fb68dfb148a20547e910e/gistfile1.txt)
5+
![Build](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/JustAzul/d2497a7eb6d0d1a57a4faea9df7c78a1/raw/310de0cdeb3dc76aca880247297f871d9a0ee957/gistfile1.txt)
6+
![Test](https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/JustAzul/15392260e0e9be9f6f72ae5cf3182743/raw/6c05ef50ac0e4c04e748f04ef899324e7f44e04d/gistfile1.txt)
77
![Version](https://img.shields.io/github/v/release/JustAzul/web-scrapper-stdio)
88
![License](https://img.shields.io/github/license/JustAzul/web-scrapper-stdio)
99
![Python](https://img.shields.io/badge/python-3.11%2B-blue)

0 commit comments

Comments
 (0)