Update GitHub action
This commit is contained in:
parent
51683ba97f
commit
f64d9ab178
|
|
@ -7,7 +7,8 @@ jobs:
|
|||
build:
|
||||
name: Build Flutter Web
|
||||
env:
|
||||
my_secret: ${{secrets.commit_secret}}
|
||||
commit_secret: ${{secrets.commit_secret}}
|
||||
commit_email: ${{secrets.commit_email}}
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
|
@ -22,7 +23,7 @@ jobs:
|
|||
cat lib/.env.dart
|
||||
- run: flutter build web --release
|
||||
- run: |
|
||||
git config --global user.email hillelcoren@gmail.com
|
||||
git config --global user.email ${{secrets.commit_secret}}
|
||||
git config --global user.name hillelcoren
|
||||
git status
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue