You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {string} reason - Reason for skipping deployment
52
+
*/
53
+
asyncfunctionskipDeployment(core,reason){
54
+
core.info('Skipping deployment for security reasons.');
55
+
core.setOutput('should-deploy','false');
56
+
awaitcore.summary
57
+
.addQuote(`🚫 Deployment skipped: ${reason}`)
58
+
.addDetails(
59
+
'Security Notice',
60
+
'Deployments are restricted to organization members, collaborators, and repository owners for security reasons. External contributors can still run builds and tests.'
0 commit comments