File tree Expand file tree Collapse file tree 5 files changed +16
-16
lines changed
Expand file tree Collapse file tree 5 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 3838 enable-svg-upload : true
3939 experiments : |-
4040 pages_panel:true
41- editor_v2:false
4241 templates : |-
4342 elementor-templates
4443
Original file line number Diff line number Diff line change 66ACTIONS_STEP_DEBUG = true
77
88# GitHub Actions inputs should follow `INPUT_<name>` format (case-insensitive).
9- INPUT_urls = "
9+ INPUT_URLS = "
1010 rquth:http://localhost:8889/react-query-under-the-hood/
1111"
12- INPUT_categories = "
12+ INPUT_CATEGORIES = "
1313 performance
1414"
15- INPUT_number-of-runs = 3
16- INPUT_skip-lhci-install = " false"
15+ INPUT_NUMBER-OF-RUNS = 3
16+ INPUT_SKIP-LHCI-INSTALL = " false"
1717
1818# GitHub Actions default environment variables. These are set for every run of a
1919# workflow and can be used in your actions. Setting the value here will override
Original file line number Diff line number Diff line change 66ACTIONS_STEP_DEBUG = true
77
88# GitHub Actions inputs should follow `INPUT_<name>` format (case-insensitive).
9- INPUT_env = development
10- INPUT_experiments = "
9+ INPUT_ENV = development
10+ INPUT_ENABLE-SVG-UPLOAD = false
11+ INPUT_EXPERIMENTS = "
1112 pages_panel:true
1213 e_nested_atomic_repeaters:false
1314"
14- INPUT_templates = "
15+ INPUT_TEMPLATES = "
1516 ./elementor-templates
1617"
1718
Original file line number Diff line number Diff line change 66ACTIONS_STEP_DEBUG = true
77
88# GitHub Actions inputs should follow `INPUT_<name>` format (case-insensitive).
9- INPUT_wp = 6.6
10- INPUT_php = 7.4
11- INPUT_plugins = "
9+ INPUT_WP = 6.6
10+ INPUT_PHP = 7.4
11+ INPUT_PLUGINS = "
1212 https://downloads.wordpress.org/plugin/elementor.zip
1313"
14- INPUT_themes = "
14+ INPUT_THEMES = "
1515 https://downloads.wordpress.org/theme/hello-elementor.zip
1616"
17- INPUT_mappings = "
17+ INPUT_MAPPINGS = "
1818 elementor-templates:./stubs/elementor-templates
1919"
20- INPUT_active-theme = hello-elementor
21- INPUT_skip-wp-env-install = false
20+ INPUT_ACTIVE-THEME = hello-elementor
21+ INPUT_SKIP-WP-ENV-INSTALL = false
2222
2323# GitHub Actions default environment variables. These are set for every run of a
2424# workflow and can be used in your actions. Setting the value here will override
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ACTIONS_STEP_DEBUG=true
77
88# GitHub Actions inputs should follow `INPUT_<name>` format (case-insensitive).
99# if you want to run locally, token needs to be inputted, just don't merge it :)
10- INPUT_token = " "
10+ INPUT_TOKEN = " "
1111
1212# GitHub Actions default environment variables. These are set for every run of a
1313# workflow and can be used in your actions. Setting the value here will override
You can’t perform that action at this time.
0 commit comments