mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2025-06-22 07:25:04 +00:00
Update .github/workflows/PR-Demo-Comment-with-react.yml
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
3bc4fd079a
commit
31601df159
@ -108,7 +108,7 @@ jobs:
|
|||||||
echo "pro flags detected in comment"
|
echo "pro flags detected in comment"
|
||||||
echo "enable_pro=true" >> $GITHUB_OUTPUT
|
echo "enable_pro=true" >> $GITHUB_OUTPUT
|
||||||
echo "enable_enterprise=false" >> $GITHUB_OUTPUT
|
echo "enable_enterprise=false" >> $GITHUB_OUTPUT
|
||||||
elif [[ "$COMMENT_BODY" == *"enterprise"* ]] || [[ "$COMMENT_BODY" == *"enterprise"* ]]; then
|
elif [[ "$COMMENT_BODY" == *"enterprise"* ]]; then
|
||||||
echo "enterprise flags detected in comment"
|
echo "enterprise flags detected in comment"
|
||||||
echo "enable_enterprise=true" >> $GITHUB_OUTPUT
|
echo "enable_enterprise=true" >> $GITHUB_OUTPUT
|
||||||
echo "enable_pro=false" >> $GITHUB_OUTPUT
|
echo "enable_pro=false" >> $GITHUB_OUTPUT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user