We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a955ea4 commit de4ef20Copy full SHA for de4ef20
.github/workflows/update-readme.yml
@@ -38,13 +38,13 @@ jobs:
38
git config user.name "Github Actions"
39
./nvim.appimage --headless -c "luafile ./scripts/update-readme.lua" -c "q" || echo "Needs update"
40
git add README.md
41
- git commit -m "Update README" || echo 'No commit necessary!'
+ git commit -m "docs: update queries in README" || echo 'No commit necessary!'
42
git clean -xf
43
44
- name: Create Pull Request
45
uses: peter-evans/create-pull-request@v4
46
with:
47
- commit-message: Update README
48
- title: Update README
+ commit-message: "docs: update queries in README"
+ title: "docs: update queries in README"
49
branch: update-readme
50
base: ${{ github.head_ref }}
0 commit comments