Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 20, 2022
1 parent 27704ee commit aefaa68
Show file tree
Hide file tree
Showing 2,022 changed files with 129,949 additions and 267,612 deletions.
16 changes: 8 additions & 8 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ inputs:
GITHUB_TOKEN:
description: Secret GitHub API token used to make API requests or git authentication.
default: ${{ github.token }}
required: true
required: false
API_TOKEN:
description: Secret GitHub API token used to make API requests.
required: false

TARGET_PATHS:
description: Target file path. (Comma separated, @see https://github.com/thlorenz/doctoc#adding-toc-to-individual-files)
default: 'README*.md'
required: true
required: false
TOC_TITLE:
description: TOC Title
default: '**Table of Contents**'
Expand Down Expand Up @@ -65,7 +65,7 @@ inputs:

COMMIT_MESSAGE:
description: Commit message.
required: true
required: false
default: 'chore(docs): update TOC'
COMMIT_NAME:
description: Git commit name.
Expand All @@ -85,18 +85,18 @@ inputs:
PR_BRANCH_PREFIX:
description: PullRequest branch prefix.
default: 'toc-generator/'
required: true
required: false
PR_BRANCH_NAME:
description: PullRequest branch name.
default: 'update-toc-${PR_ID}'
required: true
required: false
PR_TITLE:
description: PullRequest title.
required: true
required: false
default: 'chore(docs): update TOC (${PR_MERGE_REF})'
PR_BODY:
description: PullRequest body.
required: true
required: false
default: |
## Base PullRequest
Expand Down Expand Up @@ -179,5 +179,5 @@ branding:
color: 'blue'

runs:
using: node12
using: node16
main: lib/main.js
2 changes: 1 addition & 1 deletion build.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"owner":"technote-space","repo":"toc-generator","sha":"71d89aeb182315a549377d5393c9c047cb0a0ffd","ref":"refs/tags/test/v4.1.7.2399239687","tagName":"test/v4.1.7.2399239687","branch":"gh-actions","tags":["test/v4.1.7.2399239687","test/v4.1.7","test/v4.1","test/v4"],"updated_at":"2022-05-27T23:32:53.917Z"}
{"owner":"technote-space","repo":"toc-generator","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v4.1.7","branch":"gh-actions","tags":["test/v4.1.7","test/v4.1","test/v4"],"updated_at":"2022-06-20T17:23:15.780Z"}
23 changes: 0 additions & 23 deletions lib/constant.js

This file was deleted.

Loading

0 comments on commit aefaa68

Please sign in to comment.