From a1ec042c80ae6794a5b4bbbfaecd067a7d64703b Mon Sep 17 00:00:00 2001 From: Johnny Cena Date: Wed, 20 Aug 2025 14:55:56 +0200 Subject: [PATCH] clone raylib.com repo under the same owner as the raylib repo owner --- .github/workflows/update_examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_examples.yml b/.github/workflows/update_examples.yml index 8fd1047a5..b2826d3ba 100644 --- a/.github/workflows/update_examples.yml +++ b/.github/workflows/update_examples.yml @@ -31,7 +31,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | - git clone https://x-access-token:${GITHUB_TOKEN}@github.com/JohnnyCena123/raylib.com.git "${{ github.workspace }}/../raylib.com" + git clone https://x-access-token:${GITHUB_TOKEN}@github.com/$GITHUB_REPOSITORY_OWNER/raylib.com.git "${{ github.workspace }}/../raylib.com" shell: bash - name: Build and run rexm tool (GNU Makefile)