ci: job dependencies name should be job instead of job#name

This commit is contained in:
LongYinan
2020-08-31 23:03:18 +08:00
committed by jeremywu
parent bfe4a74fc3
commit 7da3b560bd

View File

@@ -19,7 +19,7 @@ jobs:
dependabot:
needs:
- Test
- build
runs-on: ubuntu-latest
steps:
- name: auto-merge