Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/test-actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ jobs:
enable-svg-upload: true
experiments: |-
pages_panel:true
editor_v2:false
templates: |-
elementor-templates

Expand Down
8 changes: 4 additions & 4 deletions actions/run-lighthouse-tests/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
ACTIONS_STEP_DEBUG=true

# GitHub Actions inputs should follow `INPUT_<name>` format (case-insensitive).
INPUT_urls="
INPUT_URLS="
rquth:http://localhost:8889/react-query-under-the-hood/
"
INPUT_categories="
INPUT_CATEGORIES="
performance
"
INPUT_number-of-runs=3
INPUT_skip-lhci-install="false"
INPUT_NUMBER-OF-RUNS=3
INPUT_SKIP-LHCI-INSTALL="false"

# GitHub Actions default environment variables. These are set for every run of a
# workflow and can be used in your actions. Setting the value here will override
Expand Down
7 changes: 4 additions & 3 deletions actions/setup-elementor-env/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,13 @@
ACTIONS_STEP_DEBUG=true

# GitHub Actions inputs should follow `INPUT_<name>` format (case-insensitive).
INPUT_env=development
INPUT_experiments="
INPUT_ENV=development
INPUT_ENABLE-SVG-UPLOAD=false
INPUT_EXPERIMENTS="
pages_panel:true
e_nested_atomic_repeaters:false
"
INPUT_templates="
INPUT_TEMPLATES="
./elementor-templates
"

Expand Down
14 changes: 7 additions & 7 deletions actions/setup-wp-env/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@
ACTIONS_STEP_DEBUG=true

# GitHub Actions inputs should follow `INPUT_<name>` format (case-insensitive).
INPUT_wp=6.6
INPUT_php=7.4
INPUT_plugins="
INPUT_WP=6.6
INPUT_PHP=7.4
INPUT_PLUGINS="
https://downloads.wordpress.org/plugin/elementor.zip
"
INPUT_themes="
INPUT_THEMES="
https://downloads.wordpress.org/theme/hello-elementor.zip
"
INPUT_mappings="
INPUT_MAPPINGS="
elementor-templates:./stubs/elementor-templates
"
INPUT_active-theme=hello-elementor
INPUT_skip-wp-env-install=false
INPUT_ACTIVE-THEME=hello-elementor
INPUT_SKIP-WP-ENV-INSTALL=false

# GitHub Actions default environment variables. These are set for every run of a
# workflow and can be used in your actions. Setting the value here will override
Expand Down
2 changes: 1 addition & 1 deletion actions/trickle-down-changelog/.env.example
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ACTIONS_STEP_DEBUG=true

# GitHub Actions inputs should follow `INPUT_<name>` format (case-insensitive).
# if you want to run locally, token needs to be inputted, just don't merge it :)
INPUT_token=""
INPUT_TOKEN=""

# GitHub Actions default environment variables. These are set for every run of a
# workflow and can be used in your actions. Setting the value here will override
Expand Down