Переглянути джерело

Update examples_update.yml

pull/5122/head
Ray 1 місяць тому
committed by GitHub
джерело
коміт
8bc9f30d87
Не вдалося знайти GPG ключ що відповідає даному підпису Ідентифікатор GPG ключа: B5690EEEBB952194
1 змінених файлів з 0 додано та 8 видалено
  1. +0
    -8
      .github/workflows/examples_update.yml

+ 0
- 8
.github/workflows/examples_update.yml Переглянути файл

@ -58,10 +58,6 @@ jobs:
git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add -A
if git diff --cached --quiet; then
echo "No changes to commit"
exit 0
fi
git commit -m "Update examples collection"
git push
@ -72,9 +68,5 @@ jobs:
git config --global user.name "github-actions[bot]"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add examples
if git diff --cached --quiet; then
echo "No changes to push"
exit 0
fi
git commit -m "Update web examples"
git push origin

Завантаження…
Відмінити
Зберегти