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 3682f4e commit ceb3747Copy full SHA for ceb3747
.github/run-container-command/action.yaml
@@ -16,7 +16,7 @@ runs:
16
steps:
17
- name: Run command in container
18
# Image can be edited at https://github.com/use-ink/docker-images
19
- uses: docker://evilrobot/useink:pr-4
+ uses: docker://evilrobot/useink:pr-4-stable
20
env:
21
CARGO_TARGET_DIR: "/github/workspace/${{ env.CARGO_TARGET_DIR }}"
22
with:
0 commit comments