We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281ebf9 commit 7cbb1bbCopy full SHA for 7cbb1bb
.github/workflows/build.yml
@@ -12,23 +12,3 @@ jobs:
12
- uses: actions/checkout@v3
13
- name: Test Docker build
14
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
28
29
30
31
32
33
- message: failing
34
- color: red
0 commit comments