Skip to content

Commit

Permalink
Merge pull request #274 from kubewarden/jvanz-patch-1
Browse files Browse the repository at this point in the history
fix: remove multiline
  • Loading branch information
flavio authored Aug 9, 2023
2 parents 531bc69 + 1cf43c7 commit f97af7c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/update-charts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@ jobs:
with:
script: |
let repository = context.payload.client_payload.repository
if (!repository.endsWith("kubewarden-controller") && \
!repository.endsWith("policy-server") && \
!repository.endsWith("kwctl") && \
!repository.endsWith("audit-scanner")) {
if (!repository.endsWith("kubewarden-controller") && !repository.endsWith("policy-server") && !repository.endsWith("kwctl") && !repository.endsWith("audit-scanner")) {
core.setFailed("Invalid repository")
}
Expand Down

0 comments on commit f97af7c

Please sign in to comment.