Skip to content

Commit

Permalink
fix: Using proper needs intead of inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
cberg-aot committed Jan 21, 2025
1 parent 9c45aac commit 8e2d185
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,4 @@ jobs:
--set-json scheduler.containers[0].resources='{"limits": {"cpu": "75m", "memory": "150Mi"}, "requests": {"cpu": "25m", "memory": "50Mi"}}' \
--set-json policy.containers[0].resources='{"limits": {"cpu": "75m", "memory": "150Mi"}, "requests": {"cpu": "25m", "memory": "50Mi"}}' \
--set-json vehicles.containers[0].resources='{"limits": {"cpu": "300m", "memory": "500Mi"}, "requests": {"cpu": "200m", "memory": "400Mi"}}' \
${{ inputs.params }} \
${{ inputs.params }}
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ jobs:
tag: ${{ needs.vars.outputs.pr }}
params: |
--set-json global.env='{"name": PR_NUM, "value": ${{ needs.vars.outputs.pr }}' \
--set-json global.env='{"name": RELEASE_NUM, "value": ${{ needs.vars.outputs.pr }}'
--set-json global.env='{"name": RELEASE_NUM, "value": ${{ needs.vars.outputs.pr }}' \

0 comments on commit 8e2d185

Please sign in to comment.