remove back tick on workflow

This commit is contained in:
SwiftyOS
2025-05-31 10:51:22 +02:00
parent 7c65e53d51
commit eeb1764779

View File

@@ -31,7 +31,7 @@ jobs:
core.setOutput('comment_body', commentBody);
core.setOutput('has_permission', hasPermission);
`
if (!hasPermission && (commentBody === '!deploy' || commentBody === '!undeploy')) {
core.setOutput('permission_denied', 'true');
return;