undo changes to both workflows (#4932)

This commit is contained in:
David Holdeman 2023-01-03 15:19:47 -06:00 committed by GitHub
parent f960e71a00
commit e5e0c92f64
1 changed files with 2 additions and 2 deletions

View File

@ -41,9 +41,9 @@ jobs:
# merge, but don't commit the merge
git merge --no-ff --no-commit best-wiki-git/master
# unstage the file
git reset HEAD .github/workflows/sync-wiki.yaml
git reset HEAD .github/workflows/sync-wiki2.yaml .github/workflows/sync-wiki3.yaml
# revert the file to its original state
git checkout -- .github/workflows/sync-wiki.yaml
git checkout -- .github/workflows/sync-wiki2.yaml .github/workflows/sync-wiki3.yaml
# commit the merge
git commit -m "merge rusEFI wiki"