mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-19 05:30:07 +08:00
fix: workflow
This commit is contained in:
parent
1a8ebe02fb
commit
f0078bb23f
2
.github/workflows/pull.yml
vendored
2
.github/workflows/pull.yml
vendored
@ -23,6 +23,8 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
echo "Closing this PR because commit message is 'Update main.go'"
|
echo "Closing this PR because commit message is 'Update main.go'"
|
||||||
gh pr close ${{ github.event.pull_request.number }} --delete-branch
|
gh pr close ${{ github.event.pull_request.number }} --delete-branch
|
||||||
|
env:
|
||||||
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
golangci:
|
golangci:
|
||||||
name: lint
|
name: lint
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user