Browse Source

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

pull/5129/head
Johnny Cena 1 month ago
parent
commit
a1ec042c80
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/update_examples.yml

+ 1
- 1
.github/workflows/update_examples.yml View File

@ -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)

Loading…
Cancel
Save