From 37ad96110b50673e503c662df93599551e10d930 Mon Sep 17 00:00:00 2001 From: Sammybams Date: Wed, 25 Sep 2024 11:53:37 +0100 Subject: [PATCH] Updated workflow file to push changes to speak-to-docs. --- .github/workflows/update-leaderboard-and-resize-images.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-leaderboard-and-resize-images.yml b/.github/workflows/update-leaderboard-and-resize-images.yml index 745b514..379b056 100644 --- a/.github/workflows/update-leaderboard-and-resize-images.yml +++ b/.github/workflows/update-leaderboard-and-resize-images.yml @@ -48,5 +48,5 @@ jobs: git pull git add . git commit -m "Updated leaderboard" - git remote set-url origin https://$API_TOKEN@github.com/mlsanigeria/AI-Hacktober-MLSA.git + git remote set-url origin https://$API_TOKEN@github.com/mlsanigeria/speak-to-docs.git git push