We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec7e2a9 commit 9c8a2a0Copy full SHA for 9c8a2a0
1 file changed
.github/workflows/quality-checks.yml
@@ -30,6 +30,8 @@ jobs:
30
runs-on: ubuntu-22.04
31
container:
32
image: ${{ inputs.runtime_docker_image }}
33
+ env:
34
+ HOME: /home/vscode
35
options: --user 1001:1001
36
steps:
37
- &checkout
0 commit comments