Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(setup-wp-env): changed to github action script #12

Merged
merged 9 commits into from
Jul 31, 2024

Conversation

Nevoss
Copy link
Member

@Nevoss Nevoss commented Jul 30, 2024

No description provided.

Copy link
Member

@StyleShit StyleShit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔥 🔥 🔥

Comment on lines 32 to 35
afterStartCommands.unshift(
`INPUT_ACTIVE_THEME="${inputs.activeTheme}"`,
'wp theme activate "$INPUT_ACTIVE_THEME"',
);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

  1. why unshift?
  2. why do you need the env var? isn't it safe at this point?

@Nevoss Nevoss merged commit 8adfff2 into elementor:master Jul 31, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants