fixup,ci(command_not_found): fix errors

This commit is contained in:
Yaksh Bariya 2023-01-13 19:45:13 +05:30
parent d81d489572
commit 6e28915048
No known key found for this signature in database
GPG Key ID: F7486BA7D3D27581
1 changed files with 2 additions and 1 deletions

View File

@ -20,7 +20,7 @@ jobs:
with:
fetch-depth: 1
token: ${{ secrets.GH_API_KEY }}
- name: Process package updates
- name: Revbump main/command-not-found
env:
GITHUB_TOKEN: ${{ secrets.GH_API_KEY }}
run: |
@ -28,5 +28,6 @@ jobs:
git config --global user.email "contact@termux.dev"
./scripts/bin/revbump command-not-found
git add .
git commit -m "rebuild(main/command-not-found): to update database"
git push