File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 4747 required : false
4848 type : string
4949 default : " ."
50+ package_get_excludes :
51+ required : false
52+ type : string
53+ default : " !*"
5054
5155jobs :
5256 build :
7276 run : |
7377 flutter pub global activate very_good_cli
7478 very_good --analytics false
75- very_good packages get --recursive
79+ very_good packages get --recursive --ignore=${{inputs.package_get_excludes}}
7680
7781 - name : ⚙️ Run Setup
7882 if : " ${{inputs.setup != ''}}"
Original file line number Diff line number Diff line change @@ -215,6 +215,12 @@ The Flutter package workflow consists of the following steps:
215215
216216**Default** `"ubuntu-latest"`
217217
218+ # ### `package_get_excludes`
219+
220+ **Optional** List of paths to exclude from `packages get`. Supports `globs` to describe file patterns.
221+
222+ **Default** `"!*"`
223+
218224# ## Example Usage
219225
220226` ` ` yaml
You can’t perform that action at this time.
0 commit comments