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 9221685 commit 1d33407
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@v3
- name: Repo Sync
uses: kbrashears5/[email protected]
with:
TYPE: npm
PATH: package.json
TOKEN: ${{ secrets.ACTIONS }}

0 comments on commit 1d33407

Please sign in to comment.