We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a40bbf commit ebbf6d4Copy full SHA for ebbf6d4
.github/workflows/update.yml
@@ -31,5 +31,5 @@ jobs:
31
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
32
git remote set-url origin https://${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
33
git add .
34
- git commit -m "update README and completions.json"
+ git commit -m "Automatically update some files"
35
git push
0 commit comments