We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c9ebe commit 988015fCopy full SHA for 988015f
main.sh
@@ -166,7 +166,7 @@ function setup_wordpress_files() {
166
cd "$HTDOCS"
167
export build_root="$(pwd)"
168
169
- hosts_wp_version=$(cat $hosts_file | shyaml get-value "$GITHUB_BRANCH.WP_VERSION" 2> /dev/null)
+ hosts_wp_version=$(cat "$hosts_file" | shyaml get-value "$GITHUB_BRANCH.WP_VERSION" 2> /dev/null)
170
171
# Check if WP_VERSION is already defined in hosts.yml
172
# Priority: 1. hosts.yml, 2. workflow file, else use latest
0 commit comments