mirror of
https://code.forgejo.org/actions/go-versions.git
synced 2024-11-09 03:33:36 -05: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 |