Skip to content

Commit 3acbed9

Browse files
feat: build for release
1 parent 7c7371c commit 3acbed9

File tree

410 files changed

+88765
-83297
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

410 files changed

+88765
-83297
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ inputs:
99
GITHUB_TOKEN:
1010
description: Secret GitHub API token to use for making API requests.
1111
default: ${{ github.token }}
12-
required: true
12+
required: false
1313

1414
#outputs:
1515
# result:
@@ -22,7 +22,7 @@ branding:
2222
color: 'orange'
2323

2424
runs:
25-
using: node12
25+
using: node16
2626
main: lib/main.js
2727
# pre: lib/pre.js
2828
# pre-if: 'runner.os == linux'

build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"owner":"technote-space","repo":"gh-actions-template","sha":"673a3093164855f3ecfc47df9c0e31a786cc28ec","ref":"refs/tags/test/v0.7.25.2394286985","tagName":"test/v0.7.25.2394286985","branch":"gh-actions","tags":["test/v0.7.25.2394286985","test/v0.7.25","test/v0.7","test/v0"],"updated_at":"2022-05-27T02:56:21.499Z"}
1+
{"owner":"technote-space","repo":"gh-actions-template","sha":"FETCH_HEAD","ref":"refs/heads/master","tagName":"test/v0.7.25","branch":"gh-actions","tags":["test/v0.7.25","test/v0.7","test/v0"],"updated_at":"2022-07-13T14:47:28.879Z"}

lib/constant.js

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)