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 8036bb9 commit 65b00f1Copy full SHA for 65b00f1
.github/workflows/validate-merge-queue-e2e-test.yaml
@@ -59,6 +59,8 @@ jobs:
59
script: |
60
core.exportVariable('ACTIONS_CACHE_URL', process.env['ACTIONS_CACHE_URL'])
61
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env['ACTIONS_RUNTIME_TOKEN'])
62
+ core.exportVariable('ACTIONS_RESULTS_URL', process.env['ACTIONS_RESULTS_URL'])
63
+ core.exportVariable('ACTIONS_CACHE_SERVICE_V2', process.env['ACTIONS_CACHE_SERVICE_V2'])
64
- name: Build and push image
65
run: |
66
SKIP_BUILD_CHART=true scripts/release-controller.sh
0 commit comments