Skip to content

checks

checks #2876

Workflow file for this run

name: checks
on:
workflow_dispatch:
inputs:
number:
type: string
token:
type: string
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: gh pr merge --admin --squash ${{ inputs.number }}
env:
GITHUB_TOKEN: ${{ secrets[inputs.token] }}