Skip to content

chore(deps-dev): bump the npm-development group with 4 updates ( #25 ) #14

chore(deps-dev): bump the npm-development group with 4 updates ( #25 )

chore(deps-dev): bump the npm-development group with 4 updates ( #25 ) #14

Workflow file for this run

name: Dispatch
on:
workflow_dispatch:
inputs:
title:
type: string
description: 'Pull request title that triggers this workflow.'
number:
type: string
description: 'Pull request number that triggers this workflow'
run-name: ${{ inputs.title }} ( ${{ format('#{0}', inputs.number) }} )
jobs:
dispatch:
runs-on: ubuntu-latest
steps:
- name: Dummy
run: echo "Hello, world"