From 1d7cc9cdff3591530e23d71a63a7a3a475ff7c09 Mon Sep 17 00:00:00 2001 From: Mehmet Date: Thu, 25 Aug 2022 23:29:42 +0200 Subject: [PATCH] fix(common): fix typos in actions --- .github/workflows/pr-to-main-web.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-to-main-web.yml b/.github/workflows/pr-to-main-web.yml index 204e89ba..e1adcefc 100644 --- a/.github/workflows/pr-to-main-web.yml +++ b/.github/workflows/pr-to-main-web.yml @@ -2,9 +2,9 @@ name: PR checks for apps/web on: pull_request: paths: - - "apps/cms/**" + - "apps/web/**" jobs: common-web-jobs: uses: onursagir/ictu/.github/workflows/common-web-jobs.yml@main with: - working-directory: apps/wen + working-directory: apps/web