Skip to content

Commit

Permalink
Update index.js
Browse files Browse the repository at this point in the history
  • Loading branch information
rimonhanna committed Jun 30, 2020
1 parent 6ebb900 commit 8ee05b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const { Toolkit } = require('actions-toolkit')
const { core } = require('@actions/core');
const { core } = require('actions/core');
const { execSync } = require('child_process')

// Change working directory if user defined PACKAGEJSON_DIR
Expand Down

0 comments on commit 8ee05b2

Please sign in to comment.