Skip to content

chore(deps-dev): bump the npm-development group across 1 directory with 5 updates ( #36 ) #59

chore(deps-dev): bump the npm-development group across 1 directory with 5 updates ( #36 )

chore(deps-dev): bump the npm-development group across 1 directory with 5 updates ( #36 ) #59

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"