fix(ci): update auto commit (#184)

This commit is contained in:
Michael Chris Lopez
2024-08-08 08:22:09 +02:00
committed by GitHub
parent 8e63b5e56f
commit ce694ef8e2
3 changed files with 12 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ on: [push, delete]
jobs:
push:
runs-on: ubuntu-latest
if: github.repository == 'mcchrish/zenbones.nvim'
if: github.repository == 'zenbones-theme/zenbones.nvim'
steps:
- uses: actions/checkout@v4
with: