Skip to content

Commit

Permalink
File sync from kbrashears5/kbrashears5
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 1, 2023
1 parent 0e724ea commit efb0418
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
name: Repo Sync
name: Repo Metadata Sync

on:
push:
branches:
- master
schedule:
- cron: 0 0 * * *
- main

jobs:
repo_sync:
runs-on: ubuntu-latest
steps:
- name: Fetching Local Repository
uses: actions/checkout@master
uses: actions/checkout@main
- name: Repo Sync
uses: kbrashears5/github-action-repo-sync@master
uses: kbrashears5/github-action-repo-sync@main
with:
TYPE: npm
PATH: metadata.json
Expand Down

0 comments on commit efb0418

Please sign in to comment.