Skip to content

Commit 6cc55a5

Browse files
authored
chore(test): fix e2e-main workflow (#586)
Signed-off-by: Anton Misskii <amisskii@redhat.com>
1 parent 673ff5d commit 6cc55a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
run: |
9797
echo "EXTENSION_IMAGE=${{ github.event.inputs.extension_image || env.DEFAULT_EXTENSION_IMAGE }}" >> $GITHUB_ENV
9898
echo "MINIKUBE_DRIVER=${{ github.event.inputs.minikube_driver || env.DEFAULT_MINIKUBE_DRIVER }}" >> $GITHUB_ENV
99-
echo "NPM_TARGET"=${{ github.event.inputs.npm_target || env.DEFAULT_NPM_TARGET }}" >> $GITHUB_ENV
99+
echo "NPM_TARGET=${{ github.event.inputs.npm_target || env.DEFAULT_NPM_TARGET }}" >> $GITHUB_ENV
100100
101101
- name: Revert unprivileged user namespace restrictions in Ubuntu 24.04
102102
run: |

0 commit comments

Comments
 (0)