update links and flutter version EN #1493
This file contains hidden or 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: Awesome script sync | |
| on: | |
| push: | |
| branches: | |
| - master | |
| workflow_dispatch: | |
| jobs: | |
| sync: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - name: Checkout Repository | |
| uses: actions/checkout@master | |
| - name: Run GitHub File Sync | |
| uses: BetaHuhn/repo-file-sync-action@v1 | |
| with: | |
| GH_PAT: ${{ secrets.GH_PAT }} | |
| PR_LABELS: automerge |