Skip to content

Commit

Permalink
feat: add /github/home to containerAction mounts actions#181
Browse files Browse the repository at this point in the history
  • Loading branch information
gbuskey committed Nov 27, 2024
1 parent 120636d commit 5a2288e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/k8s/src/k8s/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,11 @@ export function containerVolumes(
mountPath: '/github/file_commands',
subPath: '_temp/_runner_file_commands'
},
{
name: POD_VOLUME_NAME,
mountPath: '/github/home',
subPath: '_temp/_github_home'
},
{
name: POD_VOLUME_NAME,
mountPath: '/github/workflow',
Expand Down

0 comments on commit 5a2288e

Please sign in to comment.