From 2597b9f0093a605c5323ccaede9e4c407ae0127e Mon Sep 17 00:00:00 2001 From: jrusso1020 Date: Mon, 17 May 2021 10:51:50 -0400 Subject: [PATCH] add legacyActions back in without a circular dependency Signed-off-by: jrusso1020 --- plugins/scaffolder-backend/src/scaffolder/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/scaffolder-backend/src/scaffolder/index.ts b/plugins/scaffolder-backend/src/scaffolder/index.ts index 9de10ca1eb..e4bdc73f49 100644 --- a/plugins/scaffolder-backend/src/scaffolder/index.ts +++ b/plugins/scaffolder-backend/src/scaffolder/index.ts @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ +export { createLegacyActions } from './stages/legacy'; export * from './stages'; export * from './jobs'; export * from './actions';