Skip to content

Update Python module to include versions 3.11.5, 3.11.6b0, and 3.12.6.0 with corresponding configurations and scripts #1

Update Python module to include versions 3.11.5, 3.11.6b0, and 3.12.6.0 with corresponding configurations and scripts

Update Python module to include versions 3.11.5, 3.11.6b0, and 3.12.6.0 with corresponding configurations and scripts #1

name: Quickpick Dispatcher
on:
pull_request:
types:
- closed
branches:
- 'main'
workflow_dispatch:
jobs:
if_merged:
if: github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Invoke workflow in another repo with inputs
uses: benc-uk/[email protected]
with:
workflow: combine_releases.yml
repo: Bearsampp/Bearsampp
# Required when using the `repo` option. Either a PAT or a token generated from the GitHub app or CLI
token: "${{ secrets.GH_PAT }}"