mirror of
https://github.com/discordeno/discordeno.git
synced 2026-05-31 16:00:07 +00:00
ci(deploy): fix syntax error
This commit is contained in:
2
.github/workflows/lint.yml
vendored
2
.github/workflows/lint.yml
vendored
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user