5
0
Fork 0
mirror of https://github.com/cycjimmy/semantic-release-action.git synced 2025-11-14 14:03:47 +00:00
semantic-release-action/src/inputs.json
Geoffrey.C 039e6080a2
Merge pull request #153 from 1nVitr0/main
feat: add `ci` input parameter
2023-03-15 10:49:09 +08:00

11 lines
265 B
JSON

{
"semantic_version": "semantic_version",
"branches": "branches",
"branch": "branch",
"extra_plugins": "extra_plugins",
"dry_run": "dry_run",
"ci": "ci",
"extends": "extends",
"working_directory": "working_directory",
"tag_format": "tag_format"
}