-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update package.json * Add parseYaml.js * Update config.js * Add defaultVals in config.js * Fix package-lock.json * Add conf to config.js * Fix config.js * Fix config.js, parseYaml.js * Fix action.yml * converted inputs to lowercase * update .prettierignore * update config.js * update run-build.yml * run prettier * minor fixes * run build and format * added sample.yml * run build and format * Correct wrong YAML formatting * Update sample.yml * Update README.md * Update test-workflow.yml * Update sample.yml * Add #53 to changelog (#56) * Update CHANGELOG.md Co-authored-by: Puneet Gopinath <baalkrshna@gmail.com> * update sample.yml * update review_approved to changes_approved * run build and format Co-authored-by: ABHISHEK Joshi <abhijoshi2k@gmail.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Andre_601 <11576465+Andre601@users.noreply.github.com>
- Loading branch information
1 parent
a33bf4a
commit 6bfb4e9
Showing
31 changed files
with
19,237 additions
and
18,468 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,8 +4,7 @@ on: | |
push: | ||
paths: | ||
- "**.js" | ||
- "package.json" | ||
branches: [ main ] | ||
- "**.json" | ||
workflow_dispatch: | ||
|
||
jobs: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
dist\index.js | ||
dist/index.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.