19 lines
436 B
YAML
19 lines
436 B
YAML
name: Update pkg.go.dev
|
|
|
|
on:
|
|
- workflow_dispatch
|
|
- workflow_call
|
|
|
|
permissions:
|
|
contents: read
|
|
|
|
jobs:
|
|
update-go-docs:
|
|
name: Update pkg.go.dev
|
|
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
|