Skip to content

Commit

Permalink
escape on k8s-deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamero committed Dec 13, 2024
1 parent f279b67 commit 7947d2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-per-language.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
id: deploy
with:
action: deploy
manifests: \${{ steps.bake.outputs.manifestsBundle }}
manifests: ${{ steps.bake.outputs.manifestsBundle }}
images: |
${{env.imagename}}
- name: Wait for rollout
Expand Down

0 comments on commit 7947d2c

Please sign in to comment.