We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86a8744 commit 479ce38Copy full SHA for 479ce38
1 file changed
.github/workflows/helm-docs-updates.yml
@@ -13,7 +13,7 @@ jobs:
13
docs_updates:
14
name: Update documentation
15
runs-on: ubuntu-latest
16
- if: startsWith(github.head_ref, 'renovate/') or startsWith(github.head_ref, 'dependabot/')
+ if: startsWith(github.head_ref, 'renovate/') || startsWith(github.head_ref, 'dependabot/')
17
steps:
18
- name: Checkout
19
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
0 commit comments