Skip to content

Commit 7101def

Browse files
committed
basic starter
1 parent 1c41c13 commit 7101def

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ng-update.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- name: Updating ng dependencies # the magic happens here !
1010
uses: fast-facts/ng-update@v1
1111
with:
12-
project-path: ./starters/angular
12+
project-path: ./starters/angular/basic
1313
base-branch: ngUpdate
1414
repo-token: ${{ secrets.GITHUB_TOKEN }}
15-
pr-title: Update starters/angular
15+
pr-title: Update starters/angular/basic

0 commit comments

Comments
 (0)