This repository has been archived by the owner on Feb 25, 2024. It is now read-only.
forked from vim-jp/vimdoc-ja
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
36 additions
and
11,119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
name: Fix vimdoc-ja issue 279 | ||
|
||
on: | ||
push: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
autofix: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: checkout | ||
uses: actions/checkout@v4 | ||
- name: autofix | ||
env: | ||
NAME: Yuto Tanaka | ||
EMAIL: 13450321+mimikun@users.noreply.github.com | ||
UPSTREAM: https://github.com/vim-jp/vimdoc-ja.git | ||
run: | | ||
git config --global user.name ${NAME} | ||
git config --global user.email ${EMAIL} | ||
git config --global pull.rebase merges | ||
git remote add upstream ${UPSTREAM} | ||
git fetch upstream | ||
git merge --no-edit --allow-unrelated-histories upstream/master | ||
rm -f doc/tags-ja | ||
echo "doc/tags-ja" > .gitignore | ||
git commit -am "Fix vimdoc-ja #279" | ||
git push -f origin fixed |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
doc/tags-ja |
Oops, something went wrong.