Skip to content

Commit 527fb24

Browse files
committed
Huh
1 parent 61a3e55 commit 527fb24

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ng-update.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Updating ng dependencies # the magic happens here !
10-
uses: tinesoft/ngx-uptodate@v1.1.1
10+
uses: fast-facts/ng-update@v1
1111
with:
1212
project-path: ./starters/angular
1313
base-branch: main
14-
repo-token: ${{ secrets.GITHUB_TOKEN }}
14+
repo-token: ${{ secrets.GITHUB_TOKEN }}
15+
pr-title: Update starters/angular

0 commit comments

Comments
 (0)