From 7daf88baefe5678b7fb3bb1c41fbe99bdd49469f Mon Sep 17 00:00:00 2001 From: lleyton Date: Sat, 3 Dec 2022 23:01:39 -0800 Subject: [PATCH] [actions/update] Another typo :> --- .github/workflows/update.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index c8060830ee..8aba06fb08 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -41,7 +41,7 @@ jobs: git config user.name "Raboneko" git config user.email "raboneko@fyralabs.com" git config gpg.format "ssh" - git config gpg.signingKey "${{ secrets.SSH_PUBLIC_SIGNING_KEY }}"" + git config gpg.signingKey "${{ secrets.SSH_PUBLIC_SIGNING_KEY }}" git commit -S -a -m "Automatic Update: $(git status | grep modified | sed -r 's@.+/([^/]+)/[^/]+\n?@\1 @g' | tr -d '\n')" git push -u origin main fi