Skip to content

Commit 7cbb1bb

Browse files
authored
Update build.yml
1 parent 281ebf9 commit 7cbb1bb

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,3 @@ jobs:
1212
- uses: actions/checkout@v3
1313
- name: Test Docker build
1414
run: docker build --no-cache -t web-scrapper-stdio .
15-
- name: Update build badge
16-
if: success()
17-
uses: schneegans/[email protected]
18-
with:
19-
auth: ${{ secrets.GIST_SECRET }}
20-
gistID: d2497a7eb6d0d1a57a4faea9df7c78a1
21-
filename: gistfile1.txt
22-
label: build
23-
message: passing
24-
color: green
25-
- name: Update build badge (on failure)
26-
if: failure()
27-
uses: schneegans/[email protected]
28-
with:
29-
auth: ${{ secrets.GIST_SECRET }}
30-
gistID: d2497a7eb6d0d1a57a4faea9df7c78a1
31-
filename: gistfile1.txt
32-
label: build
33-
message: failing
34-
color: red

0 commit comments

Comments
 (0)