We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 673ff5d commit 6cc55a5Copy full SHA for 6cc55a5
.github/workflows/e2e-main.yaml
@@ -96,7 +96,7 @@ jobs:
96
run: |
97
echo "EXTENSION_IMAGE=${{ github.event.inputs.extension_image || env.DEFAULT_EXTENSION_IMAGE }}" >> $GITHUB_ENV
98
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
+ echo "NPM_TARGET=${{ github.event.inputs.npm_target || env.DEFAULT_NPM_TARGET }}" >> $GITHUB_ENV
100
101
- name: Revert unprivileged user namespace restrictions in Ubuntu 24.04
102
0 commit comments