Skip to content

Add support for Mailpit and Xlight in class.action.switchVersion.php and update icon paths in class.winbinder.php and class.core.php #7

Add support for Mailpit and Xlight in class.action.switchVersion.php and update icon paths in class.winbinder.php and class.core.php

Add support for Mailpit and Xlight in class.action.switchVersion.php and update icon paths in class.winbinder.php and class.core.php #7

Workflow file for this run

name: Quickpick Dispatcher
on:
pull_request:
types:
- closed
branches:
- 'main'
jobs:
if_merged:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Invoke workflow in another repo
uses: benc-uk/workflow-dispatch@v1
with:
workflow: automerge.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 }}"