diff --git a/.github/workflows/test-actions.yml b/.github/workflows/test-actions.yml index 171b6e721..ba5cad540 100644 --- a/.github/workflows/test-actions.yml +++ b/.github/workflows/test-actions.yml @@ -38,7 +38,6 @@ jobs: enable-svg-upload: true experiments: |- pages_panel:true - editor_v2:false templates: |- elementor-templates diff --git a/actions/run-lighthouse-tests/.env.example b/actions/run-lighthouse-tests/.env.example index d9c11139d..4d3e44734 100644 --- a/actions/run-lighthouse-tests/.env.example +++ b/actions/run-lighthouse-tests/.env.example @@ -6,14 +6,14 @@ ACTIONS_STEP_DEBUG=true # GitHub Actions inputs should follow `INPUT_` 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 diff --git a/actions/setup-elementor-env/.env.example b/actions/setup-elementor-env/.env.example index 03a3612a1..97cd80911 100644 --- a/actions/setup-elementor-env/.env.example +++ b/actions/setup-elementor-env/.env.example @@ -6,12 +6,13 @@ ACTIONS_STEP_DEBUG=true # GitHub Actions inputs should follow `INPUT_` 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 " diff --git a/actions/setup-wp-env/.env.example b/actions/setup-wp-env/.env.example index c22c710ea..6836db381 100644 --- a/actions/setup-wp-env/.env.example +++ b/actions/setup-wp-env/.env.example @@ -6,19 +6,19 @@ ACTIONS_STEP_DEBUG=true # GitHub Actions inputs should follow `INPUT_` 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 diff --git a/actions/trickle-down-changelog/.env.example b/actions/trickle-down-changelog/.env.example index 528f12f95..ab63619b9 100644 --- a/actions/trickle-down-changelog/.env.example +++ b/actions/trickle-down-changelog/.env.example @@ -7,7 +7,7 @@ ACTIONS_STEP_DEBUG=true # GitHub Actions inputs should follow `INPUT_` 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