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 8586226 commit 9221685
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sync-github-with-package-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@ name: Repo Metadata Sync
on:
push:
branches:
- master
- main

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

0 comments on commit 9221685

Please sign in to comment.