Skip to content

Commit

Permalink
fix(common): fix typos in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
onursagir authored and Julian committed Sep 6, 2022
1 parent 2a5fe9a commit 1d7cc9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr-to-main-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1d7cc9c

Please sign in to comment.