Skip to content

Commit 24ad3d5

Browse files
add path
1 parent c21ccba commit 24ad3d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
const core = require('@actions/core')
22
const fs = require('fs')
33
const crypto = require('crypto')
4+
const path = require('path')
45

56
try {
67
const packagePath = core.getInput('packageJSON')

0 commit comments

Comments
 (0)