Skip to content

Commit

Permalink
Merge pull request #1 from snsinahub-org/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
snsinahub authored Dec 13, 2022
2 parents 22024ac + 7e835e7 commit fc45d25
Show file tree
Hide file tree
Showing 1,789 changed files with 302,707 additions and 0 deletions.
22 changes: 22 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name: Substitue variable
description: Substitute variables for JSON/XML - first release will support JSON
inputs:
repo:
required: false
default: ${{ github.repository }}
token:
required: false
default: ${{ github.token }}
type:
required: true
default: ''
prefix:
required: true
default: ''

outputs:
version:
description: version
runs:
using: "node16"
main: src/index.js
1 change: 1 addition & 0 deletions node_modules/.bin/semver

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions node_modules/.bin/uuid

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

361 changes: 361 additions & 0 deletions node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fc45d25

Please sign in to comment.