We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1486d58 commit da3fd83Copy full SHA for da3fd83
1 file changed
.github/workflows/modules-chart-update.yaml
@@ -76,7 +76,7 @@
76
dry-run: "${{ inputs.dry-run }}"
77
78
- name: "Create Pull Request for a minor/patch update"
79
- if: ${{ !inputs.dry-run && steps.deps-update.outputs.update-type != 'none' && !steps.deps-update.outputs.update-type != 'major' }}
+ if: ${{ !inputs.dry-run && steps.deps-update.outputs.update-type != 'none' && steps.deps-update.outputs.update-type != 'major' }}
80
id: minor-pr
81
uses: peter-evans/create-pull-request@v3
82
env:
0 commit comments