1export const applyishActions = ['apply', 'testdeploy']23export const isApplyishAction = (action?: string) => applyishActions.includes(action!)4