Skip to content

Commit

Permalink
[#1] default inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
feelform committed Nov 9, 2021
1 parent b1ad57d commit c5b7152
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/applyMainMarkdownWithTemplateEngine.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@

name: Node.js CI

inputs:
template_markdown_file:
description: 'template markdown file'
required: true
default: './main.md'
section_github_path:
description: 'section github path'
required: true
default: 'feelform/pinpoint'

on:
# https://docs.github.com/en/actions/reference/events-that-trigger-workflows#repository_dispatch
repository_dispatch:
Expand Down

0 comments on commit c5b7152

Please sign in to comment.