diff --git a/action.yml b/action.yml index af6c2739b..5bea4953f 100644 --- a/action.yml +++ b/action.yml @@ -40,5 +40,7 @@ branding: runs: using: 'node20' pre: 'lib/cleanup/index.js' + pre-if: (! env.AZURE_LOGIN_PRE_CLEANUP_OFF) main: 'lib/main/index.js' post: 'lib/cleanup/index.js' + post-if: (! env.AZURE_LOGIN_POST_CLEANUP_OFF)