Skip to content

Commit 55fbd75

Browse files
committed
ci: Add ci to the name
1 parent 9f9a7b6 commit 55fbd75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/actions/docker-run/action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ runs:
5353
run: |
5454
docker run \
5555
--init -t --rm \
56-
--name "${{ inputs.name }}${{ inputs.id }}" \
56+
--name "ci-${{ inputs.name }}${{ inputs.id }}" \
5757
${{ steps.processenv.outputs.env }} \
5858
"${{ inputs.tag }}${{ inputs.id }}" \
5959
${{ inputs.command }}

0 commit comments

Comments
 (0)