mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2026-01-11 16:19:02 +08:00
chore: make lint happy
This commit is contained in:
parent
6a83d74eb7
commit
bf3ecfcb55
2
.github/workflows/gomod2nix.yml
vendored
2
.github/workflows/gomod2nix.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
|||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: ${{ !github.head_ref }}
|
if: ${{ !github.head_ref }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v8
|
||||||
with:
|
with:
|
||||||
delete-branch: true
|
delete-branch: true
|
||||||
branch-suffix: short-commit-hash
|
branch-suffix: short-commit-hash
|
||||||
|
|||||||
2
.github/workflows/push.yml
vendored
2
.github/workflows/push.yml
vendored
@ -41,4 +41,4 @@ jobs:
|
|||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
if: ${{ !github.head_ref }}
|
if: ${{ !github.head_ref }}
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
uses: peter-evans/create-pull-request@v4
|
uses: peter-evans/create-pull-request@v8
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user