From 3594ae447cf7b14fecdfa51775bdb914dc45c088 Mon Sep 17 00:00:00 2001 From: Noor Syed Date: Thu, 29 Aug 2024 12:11:33 -0400 Subject: [PATCH] single quotes --- .github/workflows/run.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run.yml b/.github/workflows/run.yml index 3b8871c..2690f89 100644 --- a/.github/workflows/run.yml +++ b/.github/workflows/run.yml @@ -34,7 +34,7 @@ jobs: git add locations.json touch test.txt git add test.txt - git commit -m "update" || exit 0 + git commit -m 'update' || exit 0 git checkout pages git checkout main -- locations.json test.txt - name: Push changes