Skip to content

Commit

Permalink
Mirai-repo version update
Browse files Browse the repository at this point in the history
  • Loading branch information
ryoii committed Aug 31, 2022
1 parent dfe2c06 commit e10fae6
Show file tree
Hide file tree
Showing 4 changed files with 2,978 additions and 8 deletions.
24 changes: 24 additions & 0 deletions .github/actions/modify-package-json/action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
name: 'Modify package json'
description: 'Modify package json'
inputs:
defaultChannel:
description: 'The Default Channel'
required: false
channel:
description: 'The channel will be edited'
required: false
version:
description: 'Version'
required: true
srcPath:
description: 'package.json path'
required: true
destPath:
description: 'Output path'
required: true
outputs:
outputPath:
description: 'Output absolute path'
runs:
using: 'node16'
main: 'index.js'
Loading

0 comments on commit e10fae6

Please sign in to comment.