Skip to content

Commit

Permalink
Utilise IMAGE env variable when calling add_operand_to_csv.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanemerson committed Oct 3, 2024
1 parent 20d600c commit 554ea6b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test_upgrades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,9 @@ jobs:

- name: Update Operands
if: ${{ inputs.operand != '' }}
run: ./scripts/ci/add_operand_to_csv.sh ${{ inputs.operand }}
run: ./scripts/ci/add_operand_to_csv.sh
env:
IMAGE: ${{ inputs.operand }}

- name: Log CSV Deployment
run: yq config/manager/manager.yaml
Expand Down

0 comments on commit 554ea6b

Please sign in to comment.