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 8863741 commit 260d822Copy full SHA for 260d822
.github/workflows/code-nightly.yml
@@ -26,8 +26,9 @@ jobs:
26
env:
27
PR_DESC: "${{ steps.pr-details.outputs.pr_body }}"
28
MAIN_BRANCH: ${{ (github.head_ref || github.ref) == 'refs/heads/main' }}
29
- LEEWAY_WORKSPACE_ROOT: ${{ env.GITHUB_WORKSPACE }}
30
run: |
+ export LEEWAY_WORKSPACE_ROOT=$GITHUB_WORKSPACE
31
+
32
gcloud auth configure-docker --quiet
33
34
codeHeadCommit=$(curl -H 'Accept: application/vnd.github.VERSION.sha' https://api.github.com/repos/gitpod-io/openvscode-server/commits/gp-code/main)
0 commit comments