From 405f362ec964cd0a780166465ebb0dc5b8aaea64 Mon Sep 17 00:00:00 2001 From: ayntee Date: Tue, 13 Apr 2021 10:04:58 +0400 Subject: [PATCH] ci(deploy): fix syntax error --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0709d7e26..8d1250a36 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,7 +10,7 @@ jobs: run: deno fmt - name: Commit formatted files run: | - git config --global user.email ${{ github.actor }@users.noreply.github.com + git config --global user.email ${{ github.actor }}@users.noreply.github.com git config --global user.name ${{ github.actor }} git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }} git commit --all --message "Format files"