Skip to content

fix(api): await for updating checks ( #44 ) #70

fix(api): await for updating checks ( #44 )

fix(api): await for updating checks ( #44 ) #70

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"
exit 1