mirror of
https://github.com/actions/python-versions.git
synced 2025-04-05 14:59:39 +00:00
11 lines
225 B
YAML
11 lines
225 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: "python"
|
|
secrets: inherit
|