mirror of
https://github.com/actions/go-versions
synced 2024-11-08 14:42:37 +00:00
10 lines
No EOL
220 B
YAML
10 lines
No EOL
220 B
YAML
name: Create Pull Request
|
|
on:
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
create-pr:
|
|
uses: actions/versions-package-tools/.github/workflows/create-pr-to-update-manifest.yml@main
|
|
with:
|
|
tool-name: "go"
|
|
secrets: inherit |