Преглед изворни кода

fix error with git not finding anything to commit

pull/5129/head
Johnny Cena пре 1 месец
родитељ
комит
62afeca1c5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      .github/workflows/update_examples.yml

+ 1
- 1
.github/workflows/update_examples.yml Прегледај датотеку

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

Loading…
Откажи
Сачувај