Skip to content

Commit

Permalink
Fix the plugin version conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0ttkclark committed Dec 11, 2023
1 parent 6041cfe commit ea6d13c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wporg-update-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Run wporg-replace
uses: sc0ttkclark/[email protected]
with:
plugin_version: ${{ (github.event.inputs.plugin_version == '') && github.event.inputs.plugin_version || env.PLUGIN_VERSION }}
plugin_version: ${{ (github.event.inputs.plugin_version != '') && github.event.inputs.plugin_version || env.PLUGIN_VERSION }}
plugin_version_constant_name: ${{ env.WPORG_PLUGIN_VERSION_CONSTANT_NAME }}
tested_wp_version: ${{ github.event.inputs.tested_wp_version }}
tested_wp_version_constant_name: ${{ env.WPORG_TESTED_WP_VERSION_CONSTANT_NAME }}
Expand Down

0 comments on commit ea6d13c

Please sign in to comment.