Skip to content

Commit

Permalink
fixes for syncing translated repos from main
Browse files Browse the repository at this point in the history
  • Loading branch information
ksuchitra532 committed Nov 15, 2023
1 parent 6680b48 commit 757cf72
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ jobs:
runs-on: ubuntu-latest
name: Sync latest commits from upstream repo
steps:
# - name: Checkout target repo
# uses: actions/checkout@v2
# with:
# ref: main
# token: ${{ secrets.GH_TOKEN }}
# persist-credentials: false
- name: Checkout target repo
uses: actions/checkout@v2
with:
ref: main
token: ${{ secrets.GH_TOKEN }}
persist-credentials: false
- name: repo-sync-develop
uses: repo-sync/github-sync@v2
with:
Expand Down

0 comments on commit 757cf72

Please # to comment.