Skip to content

Commit

Permalink
Update repo-sync.yml smhwangd
Browse files Browse the repository at this point in the history
  • Loading branch information
smhwangd73 committed May 30, 2024
1 parent 77d8fd2 commit ff650a0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/repo-sync.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Repo Sync
name: smhwangd

# **What it does**: GitHub Docs has two repositories: github/docs (public) and github/docs-internal (private).
# This GitHub Actions workflow keeps the `main` branch of those two repos in sync.
Expand All @@ -19,13 +19,13 @@ permissions:
jobs:
repo-sync:
if: github.repository == 'github/docs-internal' || github.repository == 'github/docs'
name: Repo Sync
name: smhwangd
runs-on: ubuntu-latest
steps:
- name: Check out repo
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1

- name: Sync repo to branch
- name: Sync repo to branch smhwangd
uses: repo-sync/github-sync@3832fe8e2be32372e1b3970bbae8e7079edeec88
with:
source_repo: https://${{ secrets.DOCS_BOT_PAT_WORKFLOW }}@github.com/github/${{ github.repository == 'github/docs-internal' && 'docs' || 'docs-internal' }}.git
Expand Down

0 comments on commit ff650a0

Please sign in to comment.