Przeglądaj źródła

fix error with git not finding anything to commit

pull/5129/head
Johnny Cena 2 miesięcy temu
rodzic
commit
62afeca1c5
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      .github/workflows/update_examples.yml

+ 1
- 1
.github/workflows/update_examples.yml Wyświetl plik

@ -62,7 +62,7 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add -A
git commit -m "Update examples collection"
git commit -m "Update examples collection" || echo "git exited with code 1, nothing changed"
git push
shell: bash

Ładowanie…
Anuluj
Zapisz