Skip to content
This repository was archived by the owner on Jan 8, 2023. It is now read-only.

Commit 1a3d75a

Browse files
committed
🐛 fix: 修正 自动合并 ci 的问题
1 parent 97a727c commit 1a3d75a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/auto-merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828

2929
merge:
3030
if: contains(github.event.pull_request.labels.*.name, 'dependencies')
31-
need: check
31+
needs: check
3232
name: Dependabot Auto Merge
3333
runs-on: ubuntu-latest
3434
steps:

0 commit comments

Comments
 (0)