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 d1ab721 commit 50e0c3cCopy full SHA for 50e0c3c
.github/workflows/custopize.yml
@@ -45,7 +45,7 @@ jobs:
45
console.log(`Version from workflow dispatch: ${version}`);
46
}
47
48
- if (version.includes(":")) {
+ if (version && version.includes(":")) {
49
// version is in "version:url" format
50
const pos = version.indexOf(":")
51
const octopiVersion = version.slice(0, pos);
0 commit comments