mirror of
https://github.com/actions/node-versions.git
synced 2025-01-11 02:25:19 +00:00
11 lines
223 B
YAML
11 lines
223 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: "node"
|
|
secrets: inherit
|