Skip to content

Commit 673ac6a

Browse files
committed
Fix syntax?
1 parent bd9d01d commit 673ac6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: dotnet-CI
44

55
# Trigger the action on push to master
66
on:
7-
workflow_call: [] # Allow reusing this workflow
7+
workflow_call: {} # Allow reusing this workflow
88
push:
99
branches:
1010
- master # Run for pushes to master

0 commit comments

Comments
 (0)