Skip to content

Commit 1057ee1

Browse files
authored
fix(ci): fix distpatch event action typo (#4252)
1 parent 875cc54 commit 1057ee1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/dispatch-deploy-event-dev.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ jobs:
1919
"commit-sha": "${{ github.sha }}",
2020
"images": {
2121
"server": {
22-
"tag": "${{ github.ref_name }}",
23-
}
22+
"tag": "${{ github.ref_name }}"
23+
},
2424
"gateway": {
25-
"tag": "${{ github.ref_name }}",
25+
"tag": "${{ github.ref_name }}"
2626
},
2727
"warehouse-master": {
28-
"tag": "${{ github.ref_name }}",
28+
"tag": "${{ github.ref_name }}"
2929
},
3030
"warehouse-slave": {
31-
"tag": "${{ github.ref_name }}",
32-
},
31+
"tag": "${{ github.ref_name }}"
32+
}
3333
},
3434
"value-paths": []
3535
}

0 commit comments

Comments
 (0)