We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61a3e55 commit 527fb24Copy full SHA for 527fb24
.github/workflows/ng-update.yml
@@ -7,8 +7,9 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Updating ng dependencies # the magic happens here !
10
- uses: tinesoft/ngx-uptodate@v1.1.1
+ uses: fast-facts/ng-update@v1
11
with:
12
project-path: ./starters/angular
13
base-branch: main
14
- repo-token: ${{ secrets.GITHUB_TOKEN }}
+ repo-token: ${{ secrets.GITHUB_TOKEN }}
15
+ pr-title: Update starters/angular
0 commit comments