docs: fixed the resend logo for dark mode (#11117) #2013
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Sync Example Repositories | |
on: | |
push: | |
branches: | |
- main | |
workflow_dispatch: | |
jobs: | |
sync: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout Repository | |
uses: actions/checkout@v3 | |
- name: Run GitHub File Sync | |
uses: balazsorban44/repo-file-sync-action@master | |
with: | |
GH_PAT: ${{ secrets.GH_PAT }} | |
IS_FINE_GRAINED: true | |
SKIP_PR: true | |
ORIGINAL_MESSAGE: true |