Skip to content

Commit

Permalink
Merge pull request #159 from loiane/loiane-patch-1
Browse files Browse the repository at this point in the history
Create ng-update.yml
  • Loading branch information
loiane authored Feb 27, 2024
2 parents 4284435 + 76f125e commit 3449848
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/ng-update.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: "Update Angular Action"
on: # when the action should run. Can also be a CRON or in response to external events. see https://git.io/JeBz1
push

jobs:
ngxUptodate:
runs-on: ubuntu-latest
steps:
- name: Updating ng dependencies # the magic happens here !
uses: fast-facts/ng-update@v1
with:
base-branch: main
project-path: ./crud-angular
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 3449848

Please sign in to comment.