clone raylib.com repo under the same owner as the raylib repo owner

This commit is contained in:
Johnny Cena 2025-08-20 14:55:56 +02:00
parent cfd3aeade2
commit a1ec042c80

View File

@ -31,7 +31,7 @@ jobs:
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | 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 shell: bash
- name: Build and run rexm tool (GNU Makefile) - name: Build and run rexm tool (GNU Makefile)