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.
2 parents f030c15 + a12f68d commit eb762b0Copy full SHA for eb762b0
.github/workflows/reusable-build-package.yaml
@@ -112,7 +112,7 @@ jobs:
112
elif [ -n "${{ secrets.UNITY_SERIAL }}" ]; then
113
echo "name=UNITY_SERIAL" >> "$GITHUB_OUTPUT"
114
else
115
- echo "::error::No license or serial found."
+ echo "::error::No secrets.UNITY_LICENSE or secrets.UNITY_SERIAL found."
116
exit 1
117
fi
118
echo "::notice title=License::$name"
0 commit comments