Skip to content

Commit

Permalink
fix: Invalid Github Action Step
Browse files Browse the repository at this point in the history
  • Loading branch information
LeelaChacha committed Feb 6, 2025
1 parent ba63ce5 commit c9b9a88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/deploy-lifecycle-manager-e2e/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ runs:
value: --istio-gateway-secret-requeue-success-interval=5s" >> requeue-interval-patch.yaml
cat requeue-interval-patch.yaml
kustomize edit add patch --path requeue-interval-patch.yaml --kind Deployment
popd
popd
- name: Patch CA certificate renewBefore
if: ${{matrix.e2e-test == 'legacy-istio-gateway-secret-rotation' ||
matrix.e2e-test == 'watcher-zero-downtime'}}
Expand Down

0 comments on commit c9b9a88

Please sign in to comment.