We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c21ccba commit 24ad3d5Copy full SHA for 24ad3d5
index.js
@@ -1,6 +1,7 @@
1
const core = require('@actions/core')
2
const fs = require('fs')
3
const crypto = require('crypto')
4
+const path = require('path')
5
6
try {
7
const packagePath = core.getInput('packageJSON')
0 commit comments