Skip to content

move projects section to flutter_apps repo #51

move projects section to flutter_apps repo

move projects section to flutter_apps repo #51

Workflow file for this run

name: readme
on:
push:
branches: [ main ]
jobs:
generate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: dart-lang/setup-dart@v1
- run: dart pub global activate --source git https://github.com/leanflutter/awesome_list_maker
- run: awesome_list_maker -o awesome_list.yaml
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
- uses: actions-js/push@master
with:
github_token: ${{secrets.GITHUB_TOKEN}}
author_email: '[email protected]'
author_name: 'Awesome Flutter Desktop'
message: 'Update README.md'