Skip to content

Commit

Permalink
updating github-action-repo-sync references
Browse files Browse the repository at this point in the history
  • Loading branch information
kbrashears5 committed Aug 1, 2023
1 parent d037e4e commit fc7835d
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/file-sync-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ jobs:
FILES: |
.github/workflows/issue-assigner.yml=.github/workflows/issue-assigner.yml
LICENSE
python/sync-github-with-metadata-json.yml=.github/workflows/sync-github-with-metadata-json.yml
python/repo-metadata-sync.yml=.github/workflows/repo-metadata-sync.yml
TOKEN: ${{ secrets.ACTIONS }}
2 changes: 1 addition & 1 deletion .github/workflows/file-sync-typescript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
typescript/codeql-analysis.yml=.github/workflows/codeql-analysis.yml
typescript/dependabot.yml=.github/dependabot.yml
typescript/pre-commit=.githooks/pre-commit
typescript/sync-github-with-package-json.yml=.github/workflows/sync-github-with-package-json.yml
typescript/repo-metadata-sync.yml=.github/workflows/repo-metadata-sync.yml
typescript/tsconfig.eslint.json
TOKEN: ${{ secrets.ACTIONS }}
# tsconfig - lib
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Fetching Local Repository
uses: actions/checkout@main
- name: Repo Sync
uses: kbrashears5/github-action-repo-sync@v1
uses: kbrashears5/github-action-repo-sync@v2.0.0
with:
TYPE: npm
PATH: metadata.json
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion shell/repo-sync.yml → shell/repo-metadata-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Fetching Local Repository
uses: actions/checkout@main
- name: Repo Sync
uses: kbrashears5/github-action-repo-sync@main
uses: kbrashears5/github-action-repo-sync@v2.0.0
with:
TYPE: npm
PATH: metadata.json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Fetching Local Repository
uses: actions/checkout@v3
- name: Repo Sync
uses: kbrashears5/github-action-repo-sync@v1
uses: kbrashears5/github-action-repo-sync@v2.0.0
with:
TYPE: npm
PATH: package.json
Expand Down

0 comments on commit fc7835d

Please sign in to comment.