From 145f6a29b1be0175d579cc87e4639f7316007d5c Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Sun, 1 Mar 2020 22:38:34 +0200 Subject: [PATCH] Update GitHub action --- .github/workflows/main.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 59bf49af0..367079f89 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -9,6 +9,7 @@ jobs: env: commit_secret: ${{secrets.commit_secret}} commit_email: ${{secrets.commit_email}} + commit_name: ${{secrets.commit_name}} runs-on: ubuntu-latest steps: - uses: actions/checkout@v1 @@ -24,7 +25,7 @@ jobs: - run: flutter build web --release - run: | git config --global user.email ${{secrets.commit_email}} - git config --global user.name hillelcoren + git config --global user.name ${{secrets.commit_name}} git status git clone https://${{secrets.commit_secret}}@github.com/invoiceninja/invoiceninja.git