File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 77
77
default : true
78
78
required : false
79
79
type : boolean
80
+ checkout_submodules :
81
+ description : >-
82
+ Whether to checkout submodules of git repositories.
83
+ default : false
84
+ required : false
85
+ type : boolean
80
86
81
87
jobs :
82
88
# Note that this job does not require the specified environment.
@@ -91,10 +97,14 @@ jobs:
91
97
runs-on : ubuntu-latest
92
98
steps :
93
99
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
100
+ with :
101
+ submodules : ${{ inputs.checkout_submodules }}
102
+
94
103
- uses : subosito/flutter-action@2783a3f08e1baf891508463f8c6653c258246225
95
104
if : ${{ inputs.use-flutter }}
96
105
with :
97
106
channel : ${{ inputs.sdk }}
107
+
98
108
99
109
- uses : dart-lang/setup-dart@b64355ae6ca0b5d484f0106a033dd1388965d06d
100
110
if : ${{ !inputs.use-flutter }}
You can’t perform that action at this time.
0 commit comments