Adding upstream version 0.8.13.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
c0c4addb85
commit
6819b9812e
28 changed files with 556 additions and 76 deletions
15
.github/workflows/release-production.yaml
vendored
15
.github/workflows/release-production.yaml
vendored
|
@ -23,15 +23,10 @@ jobs:
|
|||
uses: ./.github/workflows/build.yaml
|
||||
secrets: inherit
|
||||
needs:
|
||||
- lint
|
||||
- test
|
||||
|
||||
renew-docs:
|
||||
name: Refresh pkg.go.dev
|
||||
needs: build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Pull new module version
|
||||
uses: nicholas-fedor/go-proxy-pull-action@ad5d0f8b44e5478055cf78227eb300d2b02786f2
|
||||
with:
|
||||
goproxy: https://proxy.golang.org
|
||||
import_path: github.com/nicholas-fedor/shoutrrr
|
||||
update-go-docs:
|
||||
uses: ./.github/workflows/update-go-docs.yaml
|
||||
needs:
|
||||
- build
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue