Skip to content

Commit

Permalink
packaging library
Browse files Browse the repository at this point in the history
  • Loading branch information
nikaera committed Mar 23, 2021
1 parent c468a34 commit 88cc412
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
11 changes: 7 additions & 4 deletions dist/index.js

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

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

7 changes: 3 additions & 4 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ async function run(): Promise<void> {
const modifiedFilePath = core.getInput('added_modified_filepath', {
required: false
})
const updateAll = core
.getInput('update_all', {
required: false
})
const updateAll = core.getInput('update_all', {
required: false
})
const isUpdateAll = updateAll.toLowerCase() === 'true'
core.info(`update_all: ${updateAll}`)

Expand Down

0 comments on commit 88cc412

Please sign in to comment.