Skip to content

Commit

Permalink
feat: update angular version via gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
sefat.anam committed Oct 3, 2024
1 parent ef60d35 commit a99255e
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
schedule:
- cron: '30 5 5,20 * *'

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

0 comments on commit a99255e

Please sign in to comment.