Skip to content

Commit aa3fb0d

Browse files
author
igyfhc
committed
数组
1 parent 87d5006 commit aa3fb0d

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ permissions:
1515

1616
jobs:
1717
call-workflow:
18-
uses:
19-
- ./.github/workflows/before.yml
20-
- ./.github/workflows/build-blog.yml
18+
uses: [
19+
./.github/workflows/before.yml,
20+
./.github/workflows/build-blog.yml
21+
]
2122
deploy:
2223
needs: call-workflow
2324
environment:

0 commit comments

Comments
 (0)