Explorar el Código

pause automatic commits

pull/5130/head
Johnny Cena hace 1 mes
padre
commit
5efeb30226
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. +2
    -2
      .github/workflows/update_examples.yml

+ 2
- 2
.github/workflows/update_examples.yml Ver fichero

@ -55,7 +55,7 @@ jobs:
shell: bash
- name: Commit changes to raylib repo
if: github.event_name == 'push'
if: github.event_name == 'push' && false
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
@ -67,7 +67,7 @@ jobs:
shell: bash
- name: Push changes to raylib.com repo
if: github.event_name == 'push'
if: github.event_name == 'push' && false
run: |
cd raylib.com
git add -A

Cargando…
Cancelar
Guardar