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 335a1a6 commit 5a4d873
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/repo-metadata-sync.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Repo Metadata Sync

on:
push:
branches:
- main

jobs:
repo_sync:
runs-on: ubuntu-latest
steps:
- name: Fetching Local Repository
uses: actions/checkout@main
- name: Repo Sync
uses: kbrashears5/github-action-repo-sync@v2.0.0
with:
TYPE: npm
PATH: metadata.json
TOKEN: ${{ secrets.ACTIONS }}

0 comments on commit 5a4d873

Please sign in to comment.