Skip to content

Commit da9d0fd

Browse files
committed
Simplify container start
1 parent 5f93592 commit da9d0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/devcontainer-command.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
imageName: ${{ env.IMAGE_NAME }}
3737
cacheFrom: ${{ env.IMAGE_NAME }}
3838
push: always
39-
runCmd: /post-start.sh && ${{ inputs.run_cmd }}
39+
runCmd: ${{ inputs.run_cmd }}

0 commit comments

Comments
 (0)