File tree 1 file changed +5
-6
lines changed
.github/run-container-command
1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1
- name : run container command
1
+ name : Run Container Command
2
2
description : |
3
- This action runs a specified command within a container using an optionally specified image.
3
+ This action runs a specified command within a container using the `useink/ci` image.
4
4
5
5
inputs :
6
6
command :
7
- description : The command to run
7
+ description : The command to be run within a container.
8
8
required : true
9
- output-info :
10
- description : Whether to output environment information
11
- default : ' true'
12
9
13
10
runs :
14
11
using : composite
18
15
# Image can be edited at https://github.com/use-ink/docker-images
19
16
uses : docker://evilrobot/useink:pr-4-stable
20
17
env :
18
+ # Update the target directory used within the container to one which is within the path mounted to the host
19
+ # runner workspace path. Required for effective caching.
21
20
CARGO_TARGET_DIR : " /github/workspace/${{ env.CARGO_TARGET_DIR }}"
22
21
with :
23
22
entrypoint : /bin/bash
You can’t perform that action at this time.
0 commit comments