We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 385c591 commit 23616aeCopy full SHA for 23616ae
.github/workflows/doc.yaml
@@ -49,6 +49,8 @@ jobs:
49
- name: Push to wiki
50
run: |
51
WIKIUPDATER=$(git log -1 --pretty=format:%an -- wiki)
52
+ echo "Wiki Updated By $WIKIUPDATER"
53
+ git status
54
cd banana.nvim.wiki
55
git config --local user.email "action@github.com"
56
git config --local user.name "$WIKIUPDATER"
0 commit comments