Compare commits
2 Commits
6b4016177f
...
c8628e7bd7
Author | SHA1 | Date | |
---|---|---|---|
c8628e7bd7
|
|||
df27af76ad
|
2
dist/main.js
vendored
2
dist/main.js
vendored
@@ -16,7 +16,7 @@ function setEnv(key, value) {
|
||||
|
||||
function main() {
|
||||
const actionPath = process.env.GITHUB_ACTION_PATH || ".";
|
||||
const script = path.join(actionPath, "scripts/detect-version-change.sh");
|
||||
const script = path.join(".", ".scripts/detect-version-change.sh");
|
||||
|
||||
run(script);
|
||||
|
||||
|
Reference in New Issue
Block a user