Skip to content

Commit

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

0 comments on commit 531bc69

Please sign in to comment.