Skip to content
This repository has been archived by the owner on Dec 31, 2021. It is now read-only.

Commit

Permalink
ci - adding manual trigger and updating node-update-deps
Browse files Browse the repository at this point in the history
  • Loading branch information
neverendingqs authored Jul 10, 2020
1 parent fa63938 commit 35988fa
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,15 @@ name: Scheduled dependencies update
on:
schedule:
- cron: '0 15 * * 2'
workflow_dispatch:
jobs:
update-deps:
name: Update Node dependencies
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: neverendingqs/gh-action-node-update-deps@v1.1.1
- uses: neverendingqs/gh-action-node-update-deps@v1.2.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 35988fa

Please sign in to comment.