Skip to content

Commit

Permalink
Testing this out
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesdaniels committed Aug 2, 2024
1 parent 1178758 commit 61a3e55
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: tinesoft/[email protected]
with:
project-path: ./starters/angular
base-branch: main
repo-token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 61a3e55

Please sign in to comment.