mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-02-06 15:20:22 +00:00
chore: make lint happy
This commit is contained in:
4
.github/workflows/gomod2nix.yml
vendored
4
.github/workflows/gomod2nix.yml
vendored
@@ -38,7 +38,7 @@ jobs:
|
||||
git config --local user.name 'github-actions[bot]'
|
||||
git config --local user.email '41898282+github-actions[bot]@users.noreply.github.com'
|
||||
git add --all
|
||||
git commit -m "chore: bump deps"
|
||||
git commit -m "chore(nix): bump deps"
|
||||
- name: Create Pull Request
|
||||
if: ${{ !github.head_ref }}
|
||||
continue-on-error: true
|
||||
@@ -46,3 +46,5 @@ jobs:
|
||||
with:
|
||||
delete-branch: true
|
||||
branch-suffix: short-commit-hash
|
||||
with:
|
||||
title: "chore(nix): bump deps"
|
||||
|
||||
Reference in New Issue
Block a user