Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Nevoss committed Jul 24, 2024
1 parent f78c892 commit ded2f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/setup-wp-env/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ runs:
INPUT_ACTIVE_THEME: ${{ inputs.active-theme }}
INPUT_MAPPINGS: ${{ inputs.mappings }}
ACTION_PATH: ${{ github.action_path }}
INPUT_CONFIG: ${{ input.config }}
INPUT_CONFIG: ${{ inputs.config }}
run: |
npx zx@8 $ACTION_PATH/../../../dist/setup-wp-env/create-wp-env-config.js \
--wp="$INPUT_WP" \
Expand Down

0 comments on commit ded2f45

Please sign in to comment.