Skip to content

Commit 72cdb85

Browse files
milan-zededauncleDecart
authored andcommitted
Fix artifact reference in smoke tests
Fix bug in our workflows definition that was recently introduced. It causes the smoke test to fail to obtain EVE image when it is running from the EVE repo. Signed-off-by: Milan Lenco <[email protected]>
1 parent b763bfe commit 72cdb85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
suite: "smoke.tests.txt"
7171
eve_image: ${{ inputs.eve_image }}
7272
eve_artifact_name: ${{ inputs.eve_artifact_name }}
73-
artifact_run_id: ${{ secrets.artifact_run_id }}
73+
artifact_run_id: ${{ inputs.artifact_run_id }}
7474
docker_account: ${{ secrets.RELEASE_DOCKERHUB_ACCOUNT }}
7575
docker_token: ${{ secrets.RELEASE_DOCKERHUB_TOKEN }}
7676

0 commit comments

Comments
 (0)