Skip to content

Commit

Permalink
remove async
Browse files Browse the repository at this point in the history
  • Loading branch information
pavelzw committed Aug 20, 2022
1 parent 905b603 commit 96563b9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/main/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/post/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 util.js
Expand Up @@ -6,7 +6,7 @@ const exec = require('@actions/exec')
const core = require('@actions/core')
const io = require('@actions/io')

async function inputs () {
function inputs () {
return JSON.parse(core.getState('inputs'))
}

Expand Down

0 comments on commit 96563b9

Please sign in to comment.